- API reference
- Date offsets
Date offsets#
DateOffset#
Standard kind of date increment used for a date range. |
Properties#
Return a string representing the frequency. | |
Return a dict of extra parameters for the offset. | |
Return a string representing the base frequency. | |
Return boolean whether a timestamp occurs on the month start. | |
Return boolean whether a timestamp occurs on the month end. |
Methods#
Return a copy of the frequency. | |
(DEPRECATED) Return boolean whether the frequency is a unit frequency (n=1). | |
Return boolean whether a timestamp intersects with this frequency. | |
Return boolean whether a timestamp occurs on the month start. | |
Return boolean whether a timestamp occurs on the month end. | |
Return boolean whether a timestamp occurs on the quarter start. | |
Return boolean whether a timestamp occurs on the quarter end. | |
Return boolean whether a timestamp occurs on the year start. | |
Return boolean whether a timestamp occurs on the year end. |
BusinessDay#
DateOffset subclass representing possibly n business days. |
Alias:
alias of |
Properties#
Return a string representing the frequency. | |
Return a dict of extra parameters for the offset. | |
Return a string representing the base frequency. | |
Methods#
Return a copy of the frequency. | |
(DEPRECATED) Return boolean whether the frequency is a unit frequency (n=1). | |
Return boolean whether a timestamp intersects with this frequency. | |
Return boolean whether a timestamp occurs on the month start. | |
Return boolean whether a timestamp occurs on the month end. | |
Return boolean whether a timestamp occurs on the quarter start. | |
Return boolean whether a timestamp occurs on the quarter end. | |
Return boolean whether a timestamp occurs on the year start. | |
Return boolean whether a timestamp occurs on the year end. |
BusinessHour#
DateOffset subclass representing possibly n business hours. |
Properties#
Return a string representing the frequency. | |
Return a dict of extra parameters for the offset. | |
Return a string representing the base frequency. | |
Methods#
Return a copy of the frequency. | |
(DEPRECATED) Return boolean whether the frequency is a unit frequency (n=1). | |
Return boolean whether a timestamp intersects with this frequency. | |
Return boolean whether a timestamp occurs on the month start. | |
Return boolean whether a timestamp occurs on the month end. | |
Return boolean whether a timestamp occurs on the quarter start. | |
Return boolean whether a timestamp occurs on the quarter end. | |
Return boolean whether a timestamp occurs on the year start. | |
Return boolean whether a timestamp occurs on the year end. |
CustomBusinessDay#
DateOffset subclass representing possibly n custom business days. |
Alias:
alias of |
Properties#
Return a string representing the frequency. | |
Return a dict of extra parameters for the offset. | |
Return a string representing the base frequency. | |
Methods#
Return a copy of the frequency. | |
(DEPRECATED) Return boolean whether the frequency is a unit frequency (n=1). | |
Return boolean whether a timestamp intersects with this frequency. | |
Return boolean whether a timestamp occurs on the month start. | |
Return boolean whether a timestamp occurs on the month end. | |
Return boolean whether a timestamp occurs on the quarter start. | |
Return boolean whether a timestamp occurs on the quarter end. | |
Return boolean whether a timestamp occurs on the year start. | |
Return boolean whether a timestamp occurs on the year end. |
CustomBusinessHour#
DateOffset subclass representing possibly n custom business days. |
Properties#
Return a string representing the frequency. | |
Return a dict of extra parameters for the offset. | |
Return a string representing the base frequency. | |
Methods#
Return a copy of the frequency. | |
(DEPRECATED) Return boolean whether the frequency is a unit frequency (n=1). | |
Return boolean whether a timestamp intersects with this frequency. | |
Return boolean whether a timestamp occurs on the month start. | |
Return boolean whether a timestamp occurs on the month end. | |
Return boolean whether a timestamp occurs on the quarter start. | |
Return boolean whether a timestamp occurs on the quarter end. | |
Return boolean whether a timestamp occurs on the year start. | |
Return boolean whether a timestamp occurs on the year end. |
MonthEnd#
DateOffset of one month end. |
Properties#
Return a string representing the frequency. | |
Return a dict of extra parameters for the offset. | |
Return a string representing the base frequency. | |
Methods#
Return a copy of the frequency. | |
(DEPRECATED) Return boolean whether the frequency is a unit frequency (n=1). | |
Return boolean whether a timestamp intersects with this frequency. | |
Return boolean whether a timestamp occurs on the month start. | |
Return boolean whether a timestamp occurs on the month end. | |
Return boolean whether a timestamp occurs on the quarter start. | |
Return boolean whether a timestamp occurs on the quarter end. | |
Return boolean whether a timestamp occurs on the year start. | |
Return boolean whether a timestamp occurs on the year end. |
MonthBegin#
DateOffset of one month at beginning. |
Properties#
Return a string representing the frequency. | |
Return a dict of extra parameters for the offset. | |
Return a string representing the base frequency. | |
Methods#
Return a copy of the frequency. | |
(DEPRECATED) Return boolean whether the frequency is a unit frequency (n=1). | |
Return boolean whether a timestamp intersects with this frequency. | |
Return boolean whether a timestamp occurs on the month start. | |
Return boolean whether a timestamp occurs on the month end. | |
Return boolean whether a timestamp occurs on the quarter start. | |
Return boolean whether a timestamp occurs on the quarter end. | |
Return boolean whether a timestamp occurs on the year start. | |
Return boolean whether a timestamp occurs on the year end. |
BusinessMonthEnd#
DateOffset increments between the last business day of the month. |
Alias:
alias of |
Properties#
Return a string representing the frequency. | |
Return a dict of extra parameters for the offset. | |
Return a string representing the base frequency. | |
Methods#
Return a copy of the frequency. | |
(DEPRECATED) Return boolean whether the frequency is a unit frequency (n=1). | |
Return boolean whether a timestamp intersects with this frequency. | |
Return boolean whether a timestamp occurs on the month start. | |
Return boolean whether a timestamp occurs on the month end. | |
Return boolean whether a timestamp occurs on the quarter start. | |
Return boolean whether a timestamp occurs on the quarter end. | |
Return boolean whether a timestamp occurs on the year start. | |
Return boolean whether a timestamp occurs on the year end. |
BusinessMonthBegin#
DateOffset of one month at the first business day. |
Alias:
alias of |
Properties#
Return a string representing the frequency. | |
Return a dict of extra parameters for the offset. | |
Return a string representing the base frequency. | |
Methods#
Return a copy of the frequency. | |
(DEPRECATED) Return boolean whether the frequency is a unit frequency (n=1). | |
Return boolean whether a timestamp intersects with this frequency. | |
Return boolean whether a timestamp occurs on the month start. | |
Return boolean whether a timestamp occurs on the month end. | |
Return boolean whether a timestamp occurs on the quarter start. | |
Return boolean whether a timestamp occurs on the quarter end. | |
Return boolean whether a timestamp occurs on the year start. | |
Return boolean whether a timestamp occurs on the year end. |
CustomBusinessMonthEnd#
DateOffset subclass representing custom business month(s). |
Alias:
alias of |
Properties#
Return a string representing the frequency. | |
Return a dict of extra parameters for the offset. | |
Return a string representing the base frequency. | |
Methods#
Return a copy of the frequency. | |
(DEPRECATED) Return boolean whether the frequency is a unit frequency (n=1). | |
Return boolean whether a timestamp intersects with this frequency. | |
Return boolean whether a timestamp occurs on the month start. | |
Return boolean whether a timestamp occurs on the month end. | |
Return boolean whether a timestamp occurs on the quarter start. | |
Return boolean whether a timestamp occurs on the quarter end. | |
Return boolean whether a timestamp occurs on the year start. | |
Return boolean whether a timestamp occurs on the year end. |
CustomBusinessMonthBegin#
DateOffset subclass representing custom business month(s). |
Alias:
alias of |
Properties#
Return a string representing the frequency. | |
Return a dict of extra parameters for the offset. | |
Return a string representing the base frequency. | |
Methods#
Return a copy of the frequency. | |
(DEPRECATED) Return boolean whether the frequency is a unit frequency (n=1). | |
Return boolean whether a timestamp intersects with this frequency. | |
Return boolean whether a timestamp occurs on the month start. | |
Return boolean whether a timestamp occurs on the month end. | |
Return boolean whether a timestamp occurs on the quarter start. | |
Return boolean whether a timestamp occurs on the quarter end. | |
Return boolean whether a timestamp occurs on the year start. | |
Return boolean whether a timestamp occurs on the year end. |
SemiMonthEnd#
Two DateOffset's per month repeating on the last day of the month & day_of_month. |
Properties#
Return a string representing the frequency. | |
Return a dict of extra parameters for the offset. | |
Return a string representing the base frequency. | |
Methods#
Return a copy of the frequency. | |
(DEPRECATED) Return boolean whether the frequency is a unit frequency (n=1). | |
Return boolean whether a timestamp intersects with this frequency. | |
Return boolean whether a timestamp occurs on the month start. | |
Return boolean whether a timestamp occurs on the month end. | |
Return boolean whether a timestamp occurs on the quarter start. | |
Return boolean whether a timestamp occurs on the quarter end. | |
Return boolean whether a timestamp occurs on the year start. | |
Return boolean whether a timestamp occurs on the year end. |
SemiMonthBegin#
Two DateOffset's per month repeating on the first day of the month & day_of_month. |
Properties#
Return a string representing the frequency. | |
Return a dict of extra parameters for the offset. | |
Return a string representing the base frequency. | |
Methods#
Return a copy of the frequency. | |
(DEPRECATED) Return boolean whether the frequency is a unit frequency (n=1). | |
Return boolean whether a timestamp intersects with this frequency. | |
Return boolean whether a timestamp occurs on the month start. | |
Return boolean whether a timestamp occurs on the month end. | |
Return boolean whether a timestamp occurs on the quarter start. | |
Return boolean whether a timestamp occurs on the quarter end. | |
Return boolean whether a timestamp occurs on the year start. | |
Return boolean whether a timestamp occurs on the year end. |
Week#
Weekly offset. |
Properties#
Return a string representing the frequency. | |
Return a dict of extra parameters for the offset. | |
Return a string representing the base frequency. | |
Methods#
Return a copy of the frequency. | |
Return boolean whether the frequency is a unit frequency (n=1). | |
Return boolean whether a timestamp intersects with this frequency. | |
Return boolean whether a timestamp occurs on the month start. | |
Return boolean whether a timestamp occurs on the month end. | |
Return boolean whether a timestamp occurs on the quarter start. | |
Return boolean whether a timestamp occurs on the quarter end. | |
Return boolean whether a timestamp occurs on the year start. | |
| Return boolean whether a timestamp occurs on the year end. |
WeekOfMonth#
Describes monthly dates like "the Tuesday of the 2nd week of each month". |
Properties#
Return a string representing the frequency. | |
Return a dict of extra parameters for the offset. | |
Return a string representing the base frequency. | |
Methods#
Return a copy of the frequency. | |
(DEPRECATED) Return boolean whether the frequency is a unit frequency (n=1). | |
Return boolean whether a timestamp intersects with this frequency. | |
Return boolean whether a timestamp occurs on the month start. | |
Return boolean whether a timestamp occurs on the month end. | |
Return boolean whether a timestamp occurs on the quarter start. | |
Return boolean whether a timestamp occurs on the quarter end. | |
Return boolean whether a timestamp occurs on the year start. | |
Return boolean whether a timestamp occurs on the year end. |
LastWeekOfMonth#
Describes monthly dates in last week of month. |
Properties#
Return a string representing the frequency. | |
Return a dict of extra parameters for the offset. | |
Return a string representing the base frequency. | |
Methods#
Return a copy of the frequency. | |
(DEPRECATED) Return boolean whether the frequency is a unit frequency (n=1). | |
Return boolean whether a timestamp intersects with this frequency. | |
Return boolean whether a timestamp occurs on the month start. | |
Return boolean whether a timestamp occurs on the month end. | |
Return boolean whether a timestamp occurs on the quarter start. | |
Return boolean whether a timestamp occurs on the quarter end. | |
Return boolean whether a timestamp occurs on the year start. | |
Return boolean whether a timestamp occurs on the year end. |
BQuarterEnd#
DateOffset increments between the last business day of each Quarter. |
Properties#
Return a string representing the frequency. | |
Return a dict of extra parameters for the offset. | |
Return a string representing the base frequency. | |
Methods#
Return a copy of the frequency. | |
Return boolean whether the frequency is a unit frequency (n=1). | |
Return boolean whether a timestamp intersects with this frequency. | |
Return boolean whether a timestamp occurs on the month start. | |
Return boolean whether a timestamp occurs on the month end. | |
Return boolean whether a timestamp occurs on the quarter start. | |
Return boolean whether a timestamp occurs on the quarter end. | |
Return boolean whether a timestamp occurs on the year start. | |
Return boolean whether a timestamp occurs on the year end. |
BQuarterBegin#
DateOffset increments between the first business day of each Quarter. |
Properties#
Return a string representing the frequency. | |
Return a dict of extra parameters for the offset. | |
Return a string representing the base frequency. | |
Methods#
Return a copy of the frequency. | |
Return boolean whether the frequency is a unit frequency (n=1). | |
Return boolean whether a timestamp intersects with this frequency. | |
Return boolean whether a timestamp occurs on the month start. | |
Return boolean whether a timestamp occurs on the month end. | |
Return boolean whether a timestamp occurs on the quarter start. | |
Return boolean whether a timestamp occurs on the quarter end. | |
Return boolean whether a timestamp occurs on the year start. | |
Return boolean whether a timestamp occurs on the year end. |
QuarterEnd#
DateOffset increments between Quarter end dates. |
Properties#
Return a string representing the frequency. | |
Return a dict of extra parameters for the offset. | |
Return a string representing the base frequency. | |
Methods#
Return a copy of the frequency. | |
Return boolean whether the frequency is a unit frequency (n=1). | |
Return boolean whether a timestamp intersects with this frequency. | |
Return boolean whether a timestamp occurs on the month start. | |
Return boolean whether a timestamp occurs on the month end. | |
Return boolean whether a timestamp occurs on the quarter start. | |
Return boolean whether a timestamp occurs on the quarter end. | |
Return boolean whether a timestamp occurs on the year start. | |
Return boolean whether a timestamp occurs on the year end. |
QuarterBegin#
DateOffset increments between Quarter start dates. |
Properties#
Return a string representing the frequency. | |
Return a dict of extra parameters for the offset. | |
Return a string representing the base frequency. | |
Methods#
Return a copy of the frequency. | |
Return boolean whether the frequency is a unit frequency (n=1). | |
Return boolean whether a timestamp intersects with this frequency. | |
Return boolean whether a timestamp occurs on the month start. | |
Return boolean whether a timestamp occurs on the month end. | |
Return boolean whether a timestamp occurs on the quarter start. | |
Return boolean whether a timestamp occurs on the quarter end. | |
Return boolean whether a timestamp occurs on the year start. | |
Return boolean whether a timestamp occurs on the year end. |
BYearEnd#
DateOffset increments between the last business day of the year. |
Properties#
Return a string representing the frequency. | |
Return a dict of extra parameters for the offset. | |
Return a string representing the base frequency. | |
Methods#
Return a copy of the frequency. | |
(DEPRECATED) Return boolean whether the frequency is a unit frequency (n=1). | |
Return boolean whether a timestamp intersects with this frequency. | |
Return boolean whether a timestamp occurs on the month start. | |
Return boolean whether a timestamp occurs on the month end. | |
Return boolean whether a timestamp occurs on the quarter start. | |
Return boolean whether a timestamp occurs on the quarter end. | |
Return boolean whether a timestamp occurs on the year start. | |
Return boolean whether a timestamp occurs on the year end. |
BYearBegin#
DateOffset increments between the first business day of the year. |
Properties#
Return a string representing the frequency. | |
Return a dict of extra parameters for the offset. | |
Return a string representing the base frequency. | |
Methods#
Return a copy of the frequency. | |
(DEPRECATED) Return boolean whether the frequency is a unit frequency (n=1). | |
Return boolean whether a timestamp intersects with this frequency. | |
Return boolean whether a timestamp occurs on the month start. | |
Return boolean whether a timestamp occurs on the month end. | |
Return boolean whether a timestamp occurs on the quarter start. | |
Return boolean whether a timestamp occurs on the quarter end. | |
Return boolean whether a timestamp occurs on the year start. | |
Return boolean whether a timestamp occurs on the year end. |
YearEnd#
DateOffset increments between calendar year end dates. |
Properties#
Return a string representing the frequency. | |
Return a dict of extra parameters for the offset. | |
Return a string representing the base frequency. | |
Methods#
Return a copy of the frequency. | |
(DEPRECATED) Return boolean whether the frequency is a unit frequency (n=1). | |
Return boolean whether a timestamp intersects with this frequency. | |
Return boolean whether a timestamp occurs on the month start. | |
Return boolean whether a timestamp occurs on the month end. | |
Return boolean whether a timestamp occurs on the quarter start. | |
Return boolean whether a timestamp occurs on the quarter end. | |
Return boolean whether a timestamp occurs on the year start. | |
Return boolean whether a timestamp occurs on the year end. |
YearBegin#
DateOffset increments between calendar year begin dates. |
Properties#
Return a string representing the frequency. | |
Return a dict of extra parameters for the offset. | |
Return a string representing the base frequency. | |
Methods#
Return a copy of the frequency. | |
(DEPRECATED) Return boolean whether the frequency is a unit frequency (n=1). | |
Return boolean whether a timestamp intersects with this frequency. | |
Return boolean whether a timestamp occurs on the month start. | |
Return boolean whether a timestamp occurs on the month end. | |
Return boolean whether a timestamp occurs on the quarter start. | |
Return boolean whether a timestamp occurs on the quarter end. | |
Return boolean whether a timestamp occurs on the year start. | |
Return boolean whether a timestamp occurs on the year end. |
FY5253#
Describes 52-53 week fiscal year. |
Properties#
Return a string representing the frequency. | |
Return a dict of extra parameters for the offset. | |
Return a string representing the base frequency. | |
Methods#
Return a copy of the frequency. | |
Return boolean whether the frequency is a unit frequency (n=1). | |
Return boolean whether a timestamp intersects with this frequency. | |
Return boolean whether a timestamp occurs on the month start. | |
Return boolean whether a timestamp occurs on the month end. | |
Return boolean whether a timestamp occurs on the quarter start. | |
Return boolean whether a timestamp occurs on the quarter end. | |
Return boolean whether a timestamp occurs on the year start. | |
Return boolean whether a timestamp occurs on the year end. |
FY5253Quarter#
DateOffset increments between business quarter dates for 52-53 week fiscal year. |
Properties#
Return a string representing the frequency. | |
Return a dict of extra parameters for the offset. | |
Return a string representing the base frequency. | |
Methods#
Return a copy of the frequency. | |
Return boolean whether the frequency is a unit frequency (n=1). | |
Return boolean whether a timestamp intersects with this frequency. | |
Return boolean whether a timestamp occurs on the month start. | |
Return boolean whether a timestamp occurs on the month end. | |
Return boolean whether a timestamp occurs on the quarter start. | |
Return boolean whether a timestamp occurs on the quarter end. | |
Return boolean whether a timestamp occurs on the year start. | |
Return boolean whether a timestamp occurs on the year end. |
Easter#
DateOffset for the Easter holiday using logic defined in dateutil. |
Properties#
Return a string representing the frequency. | |
Return a dict of extra parameters for the offset. | |
Return a string representing the base frequency. | |
Methods#
Return a copy of the frequency. | |
(DEPRECATED) Return boolean whether the frequency is a unit frequency (n=1). | |
Return boolean whether a timestamp intersects with this frequency. | |
Return boolean whether a timestamp occurs on the month start. | |
Return boolean whether a timestamp occurs on the month end. | |
Return boolean whether a timestamp occurs on the quarter start. | |
Return boolean whether a timestamp occurs on the quarter end. | |
Return boolean whether a timestamp occurs on the year start. | |
Return boolean whether a timestamp occurs on the year end. |
Tick#
Properties#
Return a string representing the frequency. | |
Return a dict of extra parameters for the offset. | |
Return a string representing the base frequency. | |
Return an integer of the total number of nanoseconds. | |
Methods#
Return a copy of the frequency. | |
(DEPRECATED) Return False. | |
Return boolean whether a timestamp intersects with this frequency. | |
Return boolean whether a timestamp occurs on the month start. | |
Return boolean whether a timestamp occurs on the month end. | |
Return boolean whether a timestamp occurs on the quarter start. | |
Return boolean whether a timestamp occurs on the quarter end. | |
Return boolean whether a timestamp occurs on the year start. | |
| Return boolean whether a timestamp occurs on the year end. |
Day#
Offset |
Properties#
Return a string representing the frequency. | |
Return a dict of extra parameters for the offset. | |
Return a string representing the base frequency. | |
Return an integer of the total number of nanoseconds. | |
Methods#
| Return a copy of the frequency. |
(DEPRECATED) Return False. | |
| Return boolean whether a timestamp intersects with this frequency. |
Return boolean whether a timestamp occurs on the month start. | |
| Return boolean whether a timestamp occurs on the month end. |
Return boolean whether a timestamp occurs on the quarter start. | |
Return boolean whether a timestamp occurs on the quarter end. | |
Return boolean whether a timestamp occurs on the year start. | |
| Return boolean whether a timestamp occurs on the year end. |
Hour#
Offset |
Properties#
Return a string representing the frequency. | |
Return a dict of extra parameters for the offset. | |
Return a string representing the base frequency. | |
Return an integer of the total number of nanoseconds. | |
Methods#
Return a copy of the frequency. | |
(DEPRECATED) Return False. | |
Return boolean whether a timestamp intersects with this frequency. | |
Return boolean whether a timestamp occurs on the month start. | |
Return boolean whether a timestamp occurs on the month end. | |
Return boolean whether a timestamp occurs on the quarter start. | |
Return boolean whether a timestamp occurs on the quarter end. | |
Return boolean whether a timestamp occurs on the year start. | |
| Return boolean whether a timestamp occurs on the year end. |
Minute#
Offset |
Properties#
Return a string representing the frequency. | |
Return a dict of extra parameters for the offset. | |
Return a string representing the base frequency. | |
Return an integer of the total number of nanoseconds. | |
Methods#
Return a copy of the frequency. | |
(DEPRECATED) Return False. | |
Return boolean whether a timestamp intersects with this frequency. | |
Return boolean whether a timestamp occurs on the month start. | |
Return boolean whether a timestamp occurs on the month end. | |
Return boolean whether a timestamp occurs on the quarter start. | |
Return boolean whether a timestamp occurs on the quarter end. | |
Return boolean whether a timestamp occurs on the year start. | |
Return boolean whether a timestamp occurs on the year end. |
Second#
Offset |
Properties#
Return a string representing the frequency. | |
Return a dict of extra parameters for the offset. | |
Return a string representing the base frequency. | |
Return an integer of the total number of nanoseconds. | |
Methods#
Return a copy of the frequency. | |
(DEPRECATED) Return False. | |
Return boolean whether a timestamp intersects with this frequency. | |
Return boolean whether a timestamp occurs on the month start. | |
Return boolean whether a timestamp occurs on the month end. | |
Return boolean whether a timestamp occurs on the quarter start. | |
Return boolean whether a timestamp occurs on the quarter end. | |
Return boolean whether a timestamp occurs on the year start. | |
Return boolean whether a timestamp occurs on the year end. |
Milli#
Offset |
Properties#
Return a string representing the frequency. | |
Return a dict of extra parameters for the offset. | |
Return a string representing the base frequency. | |
Return an integer of the total number of nanoseconds. | |
Methods#
Return a copy of the frequency. | |
(DEPRECATED) Return False. | |
Return boolean whether a timestamp intersects with this frequency. | |
Return boolean whether a timestamp occurs on the month start. | |
Return boolean whether a timestamp occurs on the month end. | |
Return boolean whether a timestamp occurs on the quarter start. | |
Return boolean whether a timestamp occurs on the quarter end. | |
Return boolean whether a timestamp occurs on the year start. | |
Return boolean whether a timestamp occurs on the year end. |
Micro#
Offset |
Properties#
Return a string representing the frequency. | |
Return a dict of extra parameters for the offset. | |
Return a string representing the base frequency. | |
Return an integer of the total number of nanoseconds. | |
Methods#
Return a copy of the frequency. | |
(DEPRECATED) Return False. | |
Return boolean whether a timestamp intersects with this frequency. | |
Return boolean whether a timestamp occurs on the month start. | |
Return boolean whether a timestamp occurs on the month end. | |
Return boolean whether a timestamp occurs on the quarter start. | |
Return boolean whether a timestamp occurs on the quarter end. | |
Return boolean whether a timestamp occurs on the year start. | |
Return boolean whether a timestamp occurs on the year end. |
Nano#
Offset |
Properties#
Return a string representing the frequency. | |
Return a dict of extra parameters for the offset. | |
Return a string representing the base frequency. | |
Return an integer of the total number of nanoseconds. | |
Methods#
Return a copy of the frequency. | |
(DEPRECATED) Return False. | |
Return boolean whether a timestamp intersects with this frequency. | |
Return boolean whether a timestamp occurs on the month start. | |
Return boolean whether a timestamp occurs on the month end. | |
Return boolean whether a timestamp occurs on the quarter start. | |
Return boolean whether a timestamp occurs on the quarter end. | |
Return boolean whether a timestamp occurs on the year start. | |
| Return boolean whether a timestamp occurs on the year end. |
Frequencies#
| Return DateOffset object from string or datetime.timedelta object. |
- Date offsets
- DateOffset
- BusinessDay
- BusinessHour
- CustomBusinessDay
- CustomBusinessHour
- MonthEnd
- MonthBegin
- BusinessMonthEnd
- BusinessMonthBegin
- CustomBusinessMonthEnd
- CustomBusinessMonthBegin
- SemiMonthEnd
- SemiMonthBegin
- Week
- WeekOfMonth
- LastWeekOfMonth
- BQuarterEnd
- BQuarterBegin
- QuarterEnd
- QuarterBegin
- BYearEnd
- BYearBegin
- YearEnd
- YearBegin
- FY5253
- FY5253Quarter
- Easter
- Tick
- Day
- Hour
- Minute
- Second
- Milli
- Micro
- Nano
- Frequencies