We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be8f61b commit ad2945dCopy full SHA for ad2945d
pandas/_libs/tslibs/offsets.pyx
@@ -1900,7 +1900,7 @@ cdef class BusinessDay(BusinessMixin):
1900
DateOffset subclass representing possibly n business days.
1901
1902
This offset is commonly used in financial and business contexts where weekends
1903
- and holidays are excluded from date calculations.
+ and holidays are excluded from date calculations.
1904
1905
Parameters
1906
----------
@@ -1938,7 +1938,6 @@ cdef class BusinessDay(BusinessMixin):
1938
>>> ts + pd.offsets.BusinessDay(normalize=True)
1939
Timestamp('2022-12-12 00:00:00')
1940
"""
1941
-
1942
_period_dtype_code = PeriodDtypeCode.B
1943
_prefix = "B"
1944
_attributes = tuple(["n", "normalize", "offset"])
0 commit comments