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¶
Methods¶
|
|
|
|
|
|
|
CustomBusinessHour¶
|
DateOffset subclass representing possibly n custom business days. |
Properties¶
Methods¶
|
|
|
|
|
|
|
MonthOffset¶
Attributes |
Properties¶
Methods¶
|
|
|
|
|
|
|
|
|
|
|
|
|
MonthEnd¶
DateOffset of one month end. |
Properties¶
Methods¶
|
|
|
|
|
|
|
|
|
|
|
|
|
MonthBegin¶
DateOffset of one month at beginning. |
Properties¶
Methods¶
|
|
|
|
|
|
|
|
|
|
|
|
|
BusinessMonthEnd¶
DateOffset increments between business EOM dates. |
Properties¶
Methods¶
|
|
|
|
|
|
|
|
|
BusinessMonthBegin¶
DateOffset of one business month at beginning. |
Properties¶
Methods¶
|
|
|
|
|
|
|
|
|
CustomBusinessMonthEnd¶
|
DateOffset subclass representing custom business month(s). |
Properties¶
Methods¶
|
|
|
|
|
CustomBusinessMonthBegin¶
|
DateOffset subclass representing custom business month(s). |
Properties¶
Methods¶
|
|
|
|
|
SemiMonthOffset¶
|
Attributes |
Properties¶
Methods¶
|
|
|
|
|
|
|
|
|
SemiMonthEnd¶
|
Two DateOffset’s per month repeating on the last day of the month and day_of_month. |
Properties¶
Methods¶
|
|
|
|
|
|
|
|
|
|
|
|
|
SemiMonthBegin¶
|
Two DateOffset’s per month repeating on the first day of the month and day_of_month. |
Properties¶
Methods¶
|
|
|
|
|
|
|
|
|
Week¶
|
Weekly offset. |
Methods¶
|
|
|
|
|
|
|
|
|
|
|
|
|
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¶
Methods¶
|
|
|
|
|
|
|
|
|
|
|
BQuarterEnd¶
|
DateOffset increments between business Quarter dates. |
Properties¶
Methods¶
|
|
|
|
|
|
|
|
|
|
|
|
|
BQuarterBegin¶
|
Attributes |
Properties¶
Methods¶
|
|
|
|
|
|
|
|
|
|
|
QuarterEnd¶
|
DateOffset increments between business Quarter dates. |
Properties¶
Methods¶
|
|
|
|
|
|
|
|
|
|
|
|
|
QuarterBegin¶
|
Attributes |
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¶
Methods¶
|
|
|
|
|
|
|
|
|
|
|
|
|
Easter¶
DateOffset for the Easter holiday using logic defined in dateutil. |
Methods¶
|
|
|
|
|
|
|
|
|
|
|
Tick¶
|
Attributes |
Methods¶
|
|
|
|
|
|
|
|
|
Day¶
|
Attributes |
Methods¶
|
|
|
|
|
|
|
|
|
Hour¶
|
Attributes |
Methods¶
|
|
|
|
|
|
|
|
|
Minute¶
|
Attributes |
Properties¶
Methods¶
|
|
|
|
|
|
|
|
|
Second¶
|
Attributes |
Properties¶
Methods¶
|
|
|
|
|
|
|
|
|
Milli¶
|
Attributes |
Properties¶
Methods¶
|
|
|
|
|
|
|
|
|
Micro¶
|
Attributes |
Properties¶
Methods¶
|
|
|
|
|
|
|
|
|
Nano¶
|
Attributes |
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. |