File tree 1 file changed +56
-0
lines changed
1 file changed +56
-0
lines changed Original file line number Diff line number Diff line change @@ -2104,6 +2104,62 @@ Methods
2104
2104
Timedelta.to_timedelta64
2105
2105
Timedelta.total_seconds
2106
2106
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
+
2107
2163
.. _api.frequencies :
2108
2164
2109
2165
Frequencies
You can’t perform that action at this time.
0 commit comments