Skip to content

Commit d4aaf61

Browse files
mroeschkejreback
authored andcommitted
DOC: Add DateOffsets to api.rst (#23405)
1 parent a4f9a44 commit d4aaf61

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

doc/source/api.rst

+56
Original file line numberDiff line numberDiff line change
@@ -2104,6 +2104,62 @@ Methods
21042104
Timedelta.to_timedelta64
21052105
Timedelta.total_seconds
21062106

2107+
.. _api.dateoffsets:
2108+
2109+
Date Offsets
2110+
------------
2111+
2112+
.. currentmodule:: pandas.tseries.offsets
2113+
2114+
.. autosummary::
2115+
:toctree: generated/
2116+
2117+
DateOffset
2118+
BusinessDay
2119+
BusinessHour
2120+
CustomBusinessDay
2121+
CustomBusinessHour
2122+
MonthOffset
2123+
MonthEnd
2124+
MonthBegin
2125+
BusinessMonthEnd
2126+
BusinessMonthBegin
2127+
CustomBusinessMonthEnd
2128+
CustomBusinessMonthBegin
2129+
SemiMonthOffset
2130+
SemiMonthEnd
2131+
SemiMonthBegin
2132+
Week
2133+
WeekOfMonth
2134+
LastWeekOfMonth
2135+
QuarterOffset
2136+
BQuarterEnd
2137+
BQuarterBegin
2138+
QuarterEnd
2139+
QuarterBegin
2140+
YearOffset
2141+
BYearEnd
2142+
BYearBegin
2143+
YearEnd
2144+
YearBegin
2145+
FY5253
2146+
FY5253Quarter
2147+
Easter
2148+
Tick
2149+
Day
2150+
Hour
2151+
Minute
2152+
Second
2153+
Milli
2154+
Micro
2155+
Nano
2156+
BDay
2157+
BMonthEnd
2158+
BMonthBegin
2159+
CBMonthEnd
2160+
CBMonthBegin
2161+
CDay
2162+
21072163
.. _api.frequencies:
21082164

21092165
Frequencies

0 commit comments

Comments
 (0)