Date offsets¶
DateOffset¶
|
Standard kind of date increment used for a date range. |
Properties¶
Methods¶
|
|
BusinessDay¶
|
DateOffset subclass representing possibly n business days. |
Properties¶
Methods¶
|
|
BusinessHour¶
|
DateOffset subclass representing possibly n business hours. |
Properties¶
Methods¶
|
|
CustomBusinessDay¶
|
DateOffset subclass representing possibly n custom business days, excluding holidays. |
Properties¶
CustomBusinessHour¶
|
DateOffset subclass representing possibly n custom business days. |
Properties¶
CustomBusinessMonthEnd¶
|
DateOffset subclass representing custom business month(s). |
Properties¶
CustomBusinessMonthBegin¶
|
DateOffset subclass representing custom business month(s). |
Properties¶
SemiMonthEnd¶
|
Two DateOffset’s per month repeating on the last day of the month and day_of_month. |
Properties¶
SemiMonthBegin¶
|
Two DateOffset’s per month repeating on the first day of the month and day_of_month. |
Properties¶
WeekOfMonth¶
|
Describes monthly dates like “the Tuesday of the 2nd week of each month”. |
Properties¶
Methods¶
|
|
LastWeekOfMonth¶
|
Describes monthly dates in last week of month like “the last Tuesday of each month”. |
Properties¶
Methods¶
|
|
QuarterOffset¶
|
Quarter representation - doesn’t call super. |
Properties¶
BQuarterEnd¶
|
DateOffset increments between business Quarter dates. |
Properties¶
Methods¶
|
|
QuarterEnd¶
|
DateOffset increments between business Quarter dates. |
Properties¶
Methods¶
|
|
YearOffset¶
|
DateOffset that just needs a month. |
Properties¶
Methods¶
|
|
BYearEnd¶
|
DateOffset increments between business EOM dates. |
Properties¶
Methods¶
|
|
BYearBegin¶
|
DateOffset increments between business year begin dates. |
Properties¶
Methods¶
|
|
YearEnd¶
|
DateOffset increments between calendar year ends. |
Properties¶
Methods¶
|
|
|
YearBegin¶
|
DateOffset increments between calendar year begin dates. |
Properties¶
Methods¶
|
|
FY5253¶
|
Describes 52-53 week fiscal year. |
Methods¶
|
|
|
FY5253Quarter¶
|
DateOffset increments between business quarter dates for 52-53 week fiscal year (also known as a 4-4-5 calendar). |
Properties¶
Easter¶
DateOffset for the Easter holiday using logic defined in dateutil. |
Methods¶
|
|
|
BDay¶
alias of |
Properties¶
Returns a copy of the calling offset object with n=1 and all other attributes equal. |
|
Alias for self._offset. |
|
Methods¶
|
|
|
|
|
Roll provided date backward to next offset only if not on offset. |
|
Roll provided date forward to next offset only if not on offset. |
BMonthEnd¶
Properties¶
Returns a copy of the calling offset object with n=1 and all other attributes equal. |
|
Methods¶
|
|
Roll provided date backward to next offset only if not on offset. |
|
Roll provided date forward to next offset only if not on offset. |
BMonthBegin¶
Properties¶
Returns a copy of the calling offset object with n=1 and all other attributes equal. |
|
Methods¶
|
|
Roll provided date backward to next offset only if not on offset. |
|
Roll provided date forward to next offset only if not on offset. |
CBMonthEnd¶
Properties¶
Returns a copy of the calling offset object with n=1 and all other attributes equal. |
|
Define default roll function to be called in apply method. |
|
Define default roll function to be called in apply method. |
|
Alias for self._offset. |
|
Methods¶
|
|
Vectorized apply of DateOffset to DatetimeIndex, raises NotImplentedError for offsets without a vectorized implementation. |
|
Roll provided date backward to next offset only if not on offset. |
|
Roll provided date forward to next offset only if not on offset. |
CBMonthBegin¶
Properties¶
Returns a copy of the calling offset object with n=1 and all other attributes equal. |
|
Define default roll function to be called in apply method. |
|
Define default roll function to be called in apply method. |
|
Alias for self._offset. |
|
Methods¶
|
|
Vectorized apply of DateOffset to DatetimeIndex, raises NotImplentedError for offsets without a vectorized implementation. |
|
Roll provided date backward to next offset only if not on offset. |
|
Roll provided date forward to next offset only if not on offset. |
CDay¶
Properties¶
Returns a copy of the calling offset object with n=1 and all other attributes equal. |
|
Alias for self._offset. |
|
Methods¶
|
|
Vectorized apply of DateOffset to DatetimeIndex, raises NotImplentedError for offsets without a vectorized implementation. |
|
|
|
|
Roll provided date backward to next offset only if not on offset. |
|
Roll provided date forward to next offset only if not on offset. |