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¶
(DEPRECATED) Vectorized apply of DateOffset to DatetimeIndex. |
|
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. |
|
|
Call self as a function. |
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:
Properties¶
Return a string representing the frequency. |
|
Return a dict of extra parameters for the offset. |
|
Return a string representing the base frequency. |
|
Methods¶
(DEPRECATED) Vectorized apply of DateOffset to DatetimeIndex. |
|
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. |
|
|
Call self as a function. |
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¶
(DEPRECATED) Vectorized apply of DateOffset to DatetimeIndex. |
|
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. |
|
|
Call self as a function. |
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 custom business days excluding holidays. |
Alias:
Properties¶
Return a string representing the frequency. |
|
Return a dict of extra parameters for the offset. |
|
Return a string representing the base frequency. |
|
Methods¶
(DEPRECATED) Vectorized apply of DateOffset to DatetimeIndex. |
|
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. |
|
|
Call self as a function. |
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¶
(DEPRECATED) Vectorized apply of DateOffset to DatetimeIndex. |
|
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. |
|
|
Call self as a function. |
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¶
(DEPRECATED) Vectorized apply of DateOffset to DatetimeIndex. |
|
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. |
|
|
Call self as a function. |
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¶
(DEPRECATED) Vectorized apply of DateOffset to DatetimeIndex. |
|
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. |
|
|
Call self as a function. |
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:
Properties¶
Return a string representing the frequency. |
|
Return a dict of extra parameters for the offset. |
|
Return a string representing the base frequency. |
|
Methods¶
(DEPRECATED) Vectorized apply of DateOffset to DatetimeIndex. |
|
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. |
|
|
Call self as a function. |
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:
Properties¶
Return a string representing the frequency. |
|
Return a dict of extra parameters for the offset. |
|
Return a string representing the base frequency. |
|
Methods¶
(DEPRECATED) Vectorized apply of DateOffset to DatetimeIndex. |
|
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. |
|
|
Call self as a function. |
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¶
Attributes |
Alias:
Properties¶
Return a string representing the frequency. |
|
Return a dict of extra parameters for the offset. |
|
Return a string representing the base frequency. |
|
Methods¶
(DEPRECATED) Vectorized apply of DateOffset to DatetimeIndex. |
|
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. |
|
|
Call self as a function. |
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¶
Attributes |
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¶
(DEPRECATED) Vectorized apply of DateOffset to DatetimeIndex. |
|
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. |
|
|
Call self as a function. |
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¶
(DEPRECATED) Vectorized apply of DateOffset to DatetimeIndex. |
|
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. |
|
|
Call self as a function. |
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¶
(DEPRECATED) Vectorized apply of DateOffset to DatetimeIndex. |
|
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. |
|
|
Call self as a function. |
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¶
(DEPRECATED) Vectorized apply of DateOffset to DatetimeIndex. |
|
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. |
|
|
Call self as a function. |
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¶
(DEPRECATED) Vectorized apply of DateOffset to DatetimeIndex. |
|
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. |
|
|
Call self as a function. |
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¶
(DEPRECATED) Vectorized apply of DateOffset to DatetimeIndex. |
|
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. |
|
|
Call self as a function. |
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¶
(DEPRECATED) Vectorized apply of DateOffset to DatetimeIndex. |
|
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. |
|
|
Call self as a function. |
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¶
(DEPRECATED) Vectorized apply of DateOffset to DatetimeIndex. |
|
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. |
|
|
Call self as a function. |
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¶
(DEPRECATED) Vectorized apply of DateOffset to DatetimeIndex. |
|
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. |
|
|
Call self as a function. |
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¶
(DEPRECATED) Vectorized apply of DateOffset to DatetimeIndex. |
|
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. |
|
|
Call self as a function. |
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¶
(DEPRECATED) Vectorized apply of DateOffset to DatetimeIndex. |
|
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. |
|
|
Call self as a function. |
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¶
(DEPRECATED) Vectorized apply of DateOffset to DatetimeIndex. |
|
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. |
|
|
Call self as a function. |
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 ends. |
Properties¶
Return a string representing the frequency. |
|
Return a dict of extra parameters for the offset. |
|
Return a string representing the base frequency. |
|
Methods¶
(DEPRECATED) Vectorized apply of DateOffset to DatetimeIndex. |
|
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. |
|
|
Call self as a function. |
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¶
(DEPRECATED) Vectorized apply of DateOffset to DatetimeIndex. |
|
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. |
|
|
Call self as a function. |
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¶
(DEPRECATED) Vectorized apply of DateOffset to DatetimeIndex. |
|
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. |
|
|
Call self as a function. |
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¶
(DEPRECATED) Vectorized apply of DateOffset to DatetimeIndex. |
|
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. |
|
|
Call self as a function. |
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¶
(DEPRECATED) Vectorized apply of DateOffset to DatetimeIndex. |
|
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. |
|
|
Call self as a function. |
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¶
Attributes |
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. |
|
Return boolean whether the frequency is a unit frequency (n=1). |
|
Return boolean whether a timestamp intersects with this frequency. |
|
|
Call self as a function. |
(DEPRECATED) Vectorized apply of DateOffset to DatetimeIndex. |
|
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¶
Attributes |
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. |
|
Return boolean whether the frequency is a unit frequency (n=1). |
|
Return boolean whether a timestamp intersects with this frequency. |
|
|
Call self as a function. |
(DEPRECATED) Vectorized apply of DateOffset to DatetimeIndex. |
|
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¶
Attributes |
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. |
|
Return boolean whether the frequency is a unit frequency (n=1). |
|
Return boolean whether a timestamp intersects with this frequency. |
|
|
Call self as a function. |
(DEPRECATED) Vectorized apply of DateOffset to DatetimeIndex. |
|
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¶
Attributes |
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. |
|
Return boolean whether the frequency is a unit frequency (n=1). |
|
Return boolean whether a timestamp intersects with this frequency. |
|
|
Call self as a function. |
(DEPRECATED) Vectorized apply of DateOffset to DatetimeIndex. |
|
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¶
Attributes |
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. |
|
Return boolean whether the frequency is a unit frequency (n=1). |
|
Return boolean whether a timestamp intersects with this frequency. |
|
|
Call self as a function. |
(DEPRECATED) Vectorized apply of DateOffset to DatetimeIndex. |
|
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¶
Attributes |
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. |
|
Return boolean whether the frequency is a unit frequency (n=1). |
|
Return boolean whether a timestamp intersects with this frequency. |
|
|
Call self as a function. |
(DEPRECATED) Vectorized apply of DateOffset to DatetimeIndex. |
|
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¶
Attributes |
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. |
|
Return boolean whether the frequency is a unit frequency (n=1). |
|
Return boolean whether a timestamp intersects with this frequency. |
|
|
Call self as a function. |
(DEPRECATED) Vectorized apply of DateOffset to DatetimeIndex. |
|
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¶
Attributes |
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. |
|
Return boolean whether the frequency is a unit frequency (n=1). |
|
Return boolean whether a timestamp intersects with this frequency. |
|
|
Call self as a function. |
(DEPRECATED) Vectorized apply of DateOffset to DatetimeIndex. |
|
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. |