DateOffset
Standard kind of date increment used for a date range.
DateOffset.freqstr
DateOffset.kwds
DateOffset.name
DateOffset.nanos
DateOffset.normalize
DateOffset.rule_code
DateOffset.n
DateOffset.apply(other)
DateOffset.apply
DateOffset.apply_index(other)
DateOffset.apply_index
DateOffset.copy
DateOffset.isAnchored
DateOffset.onOffset
DateOffset.is_anchored
DateOffset.is_on_offset
DateOffset.__call__(*args, **kwargs)
DateOffset.__call__
Call self as a function.
BusinessDay
DateOffset subclass representing possibly n business days.
Alias:
BDay
alias of pandas._libs.tslibs.offsets.BusinessDay
pandas._libs.tslibs.offsets.BusinessDay
BusinessDay.freqstr
BusinessDay.kwds
BusinessDay.name
BusinessDay.nanos
BusinessDay.normalize
BusinessDay.rule_code
BusinessDay.n
BusinessDay.weekmask
BusinessDay.holidays
BusinessDay.calendar
BusinessDay.apply(other)
BusinessDay.apply
BusinessDay.apply_index(other)
BusinessDay.apply_index
BusinessDay.copy
BusinessDay.isAnchored
BusinessDay.onOffset
BusinessDay.is_anchored
BusinessDay.is_on_offset
BusinessDay.__call__(*args, **kwargs)
BusinessDay.__call__
BusinessHour
DateOffset subclass representing possibly n business hours.
BusinessHour.freqstr
BusinessHour.kwds
BusinessHour.name
BusinessHour.nanos
BusinessHour.normalize
BusinessHour.rule_code
BusinessHour.n
BusinessHour.start
BusinessHour.end
BusinessHour.weekmask
BusinessHour.holidays
BusinessHour.calendar
BusinessHour.apply(other)
BusinessHour.apply
BusinessHour.apply_index(other)
BusinessHour.apply_index
BusinessHour.copy
BusinessHour.isAnchored
BusinessHour.onOffset
BusinessHour.is_anchored
BusinessHour.is_on_offset
BusinessHour.__call__(*args, **kwargs)
BusinessHour.__call__
CustomBusinessDay
DateOffset subclass representing custom business days excluding holidays.
CDay
alias of pandas._libs.tslibs.offsets.CustomBusinessDay
pandas._libs.tslibs.offsets.CustomBusinessDay
CustomBusinessDay.freqstr
CustomBusinessDay.kwds
CustomBusinessDay.name
CustomBusinessDay.nanos
CustomBusinessDay.normalize
CustomBusinessDay.rule_code
CustomBusinessDay.n
CustomBusinessDay.weekmask
CustomBusinessDay.calendar
CustomBusinessDay.holidays
CustomBusinessDay.apply_index
CustomBusinessDay.apply(other)
CustomBusinessDay.apply
CustomBusinessDay.copy
CustomBusinessDay.isAnchored
CustomBusinessDay.onOffset
CustomBusinessDay.is_anchored
CustomBusinessDay.is_on_offset
CustomBusinessDay.__call__(*args, **kwargs)
CustomBusinessDay.__call__
CustomBusinessHour
DateOffset subclass representing possibly n custom business days.
CustomBusinessHour.freqstr
CustomBusinessHour.kwds
CustomBusinessHour.name
CustomBusinessHour.nanos
CustomBusinessHour.normalize
CustomBusinessHour.rule_code
CustomBusinessHour.n
CustomBusinessHour.weekmask
CustomBusinessHour.calendar
CustomBusinessHour.holidays
CustomBusinessHour.start
CustomBusinessHour.end
CustomBusinessHour.apply(other)
CustomBusinessHour.apply
CustomBusinessHour.apply_index(other)
CustomBusinessHour.apply_index
CustomBusinessHour.copy
CustomBusinessHour.isAnchored
CustomBusinessHour.onOffset
CustomBusinessHour.is_anchored
CustomBusinessHour.is_on_offset
CustomBusinessHour.__call__(*args, **kwargs)
CustomBusinessHour.__call__
MonthEnd
DateOffset of one month end.
MonthEnd.freqstr
MonthEnd.kwds
MonthEnd.name
MonthEnd.nanos
MonthEnd.normalize
MonthEnd.rule_code
MonthEnd.n
MonthEnd.apply(other)
MonthEnd.apply
MonthEnd.apply_index(other)
MonthEnd.apply_index
MonthEnd.copy
MonthEnd.isAnchored
MonthEnd.onOffset
MonthEnd.is_anchored
MonthEnd.is_on_offset
MonthEnd.__call__(*args, **kwargs)
MonthEnd.__call__
MonthBegin
DateOffset of one month at beginning.
MonthBegin.freqstr
MonthBegin.kwds
MonthBegin.name
MonthBegin.nanos
MonthBegin.normalize
MonthBegin.rule_code
MonthBegin.n
MonthBegin.apply(other)
MonthBegin.apply
MonthBegin.apply_index(other)
MonthBegin.apply_index
MonthBegin.copy
MonthBegin.isAnchored
MonthBegin.onOffset
MonthBegin.is_anchored
MonthBegin.is_on_offset
MonthBegin.__call__(*args, **kwargs)
MonthBegin.__call__
BusinessMonthEnd
DateOffset increments between the last business day of the month
BMonthEnd
alias of pandas._libs.tslibs.offsets.BusinessMonthEnd
pandas._libs.tslibs.offsets.BusinessMonthEnd
BusinessMonthEnd.freqstr
BusinessMonthEnd.kwds
BusinessMonthEnd.name
BusinessMonthEnd.nanos
BusinessMonthEnd.normalize
BusinessMonthEnd.rule_code
BusinessMonthEnd.n
BusinessMonthEnd.apply(other)
BusinessMonthEnd.apply
BusinessMonthEnd.apply_index(other)
BusinessMonthEnd.apply_index
BusinessMonthEnd.copy
BusinessMonthEnd.isAnchored
BusinessMonthEnd.onOffset
BusinessMonthEnd.is_anchored
BusinessMonthEnd.is_on_offset
BusinessMonthEnd.__call__(*args, **kwargs)
BusinessMonthEnd.__call__
BusinessMonthBegin
DateOffset of one month at the first business day.
BMonthBegin
alias of pandas._libs.tslibs.offsets.BusinessMonthBegin
pandas._libs.tslibs.offsets.BusinessMonthBegin
BusinessMonthBegin.freqstr
BusinessMonthBegin.kwds
BusinessMonthBegin.name
BusinessMonthBegin.nanos
BusinessMonthBegin.normalize
BusinessMonthBegin.rule_code
BusinessMonthBegin.n
BusinessMonthBegin.apply(other)
BusinessMonthBegin.apply
BusinessMonthBegin.apply_index(other)
BusinessMonthBegin.apply_index
BusinessMonthBegin.copy
BusinessMonthBegin.isAnchored
BusinessMonthBegin.onOffset
BusinessMonthBegin.is_anchored
BusinessMonthBegin.is_on_offset
BusinessMonthBegin.__call__(*args, **kwargs)
BusinessMonthBegin.__call__
CustomBusinessMonthEnd
Attributes
CBMonthEnd
alias of pandas._libs.tslibs.offsets.CustomBusinessMonthEnd
pandas._libs.tslibs.offsets.CustomBusinessMonthEnd
CustomBusinessMonthEnd.freqstr
CustomBusinessMonthEnd.kwds
CustomBusinessMonthEnd.m_offset
CustomBusinessMonthEnd.name
CustomBusinessMonthEnd.nanos
CustomBusinessMonthEnd.normalize
CustomBusinessMonthEnd.rule_code
CustomBusinessMonthEnd.n
CustomBusinessMonthEnd.weekmask
CustomBusinessMonthEnd.calendar
CustomBusinessMonthEnd.holidays
CustomBusinessMonthEnd.apply(other)
CustomBusinessMonthEnd.apply
CustomBusinessMonthEnd.apply_index(other)
CustomBusinessMonthEnd.apply_index
CustomBusinessMonthEnd.copy
CustomBusinessMonthEnd.isAnchored
CustomBusinessMonthEnd.onOffset
CustomBusinessMonthEnd.is_anchored
CustomBusinessMonthEnd.is_on_offset
CustomBusinessMonthEnd.__call__(*args, **kwargs)
CustomBusinessMonthEnd.__call__
CustomBusinessMonthBegin
CBMonthBegin
alias of pandas._libs.tslibs.offsets.CustomBusinessMonthBegin
pandas._libs.tslibs.offsets.CustomBusinessMonthBegin
CustomBusinessMonthBegin.freqstr
CustomBusinessMonthBegin.kwds
CustomBusinessMonthBegin.m_offset
CustomBusinessMonthBegin.name
CustomBusinessMonthBegin.nanos
CustomBusinessMonthBegin.normalize
CustomBusinessMonthBegin.rule_code
CustomBusinessMonthBegin.n
CustomBusinessMonthBegin.weekmask
CustomBusinessMonthBegin.calendar
CustomBusinessMonthBegin.holidays
CustomBusinessMonthBegin.apply(other)
CustomBusinessMonthBegin.apply
CustomBusinessMonthBegin.apply_index(other)
CustomBusinessMonthBegin.apply_index
CustomBusinessMonthBegin.copy
CustomBusinessMonthBegin.isAnchored
CustomBusinessMonthBegin.onOffset
CustomBusinessMonthBegin.is_anchored
CustomBusinessMonthBegin.is_on_offset
CustomBusinessMonthBegin.__call__(*args, …)
CustomBusinessMonthBegin.__call__
SemiMonthEnd
Two DateOffset’s per month repeating on the last day of the month and day_of_month.
SemiMonthEnd.freqstr
SemiMonthEnd.kwds
SemiMonthEnd.name
SemiMonthEnd.nanos
SemiMonthEnd.normalize
SemiMonthEnd.rule_code
SemiMonthEnd.n
SemiMonthEnd.day_of_month
SemiMonthEnd.apply(other)
SemiMonthEnd.apply
SemiMonthEnd.apply_index(other)
SemiMonthEnd.apply_index
SemiMonthEnd.copy
SemiMonthEnd.isAnchored
SemiMonthEnd.onOffset
SemiMonthEnd.is_anchored
SemiMonthEnd.is_on_offset
SemiMonthEnd.__call__(*args, **kwargs)
SemiMonthEnd.__call__
SemiMonthBegin
Two DateOffset’s per month repeating on the first day of the month and day_of_month.
SemiMonthBegin.freqstr
SemiMonthBegin.kwds
SemiMonthBegin.name
SemiMonthBegin.nanos
SemiMonthBegin.normalize
SemiMonthBegin.rule_code
SemiMonthBegin.n
SemiMonthBegin.day_of_month
SemiMonthBegin.apply(other)
SemiMonthBegin.apply
SemiMonthBegin.apply_index(other)
SemiMonthBegin.apply_index
SemiMonthBegin.copy
SemiMonthBegin.isAnchored
SemiMonthBegin.onOffset
SemiMonthBegin.is_anchored
SemiMonthBegin.is_on_offset
SemiMonthBegin.__call__(*args, **kwargs)
SemiMonthBegin.__call__
Week
Weekly offset.
Week.freqstr
Week.kwds
Week.name
Week.nanos
Week.normalize
Week.rule_code
Week.n
Week.weekday
Week.apply(other)
Week.apply
Week.apply_index(other)
Week.apply_index
Week.copy
Week.isAnchored
Week.onOffset
Week.is_anchored
Week.is_on_offset
Week.__call__(*args, **kwargs)
Week.__call__
WeekOfMonth
Describes monthly dates like “the Tuesday of the 2nd week of each month”.
WeekOfMonth.freqstr
WeekOfMonth.kwds
WeekOfMonth.name
WeekOfMonth.nanos
WeekOfMonth.normalize
WeekOfMonth.rule_code
WeekOfMonth.n
WeekOfMonth.week
WeekOfMonth.apply(other)
WeekOfMonth.apply
WeekOfMonth.apply_index(other)
WeekOfMonth.apply_index
WeekOfMonth.copy
WeekOfMonth.isAnchored
WeekOfMonth.onOffset
WeekOfMonth.is_anchored
WeekOfMonth.is_on_offset
WeekOfMonth.__call__(*args, **kwargs)
WeekOfMonth.__call__
WeekOfMonth.weekday
LastWeekOfMonth
Describes monthly dates in last week of month like “the last Tuesday of each month”.
LastWeekOfMonth.freqstr
LastWeekOfMonth.kwds
LastWeekOfMonth.name
LastWeekOfMonth.nanos
LastWeekOfMonth.normalize
LastWeekOfMonth.rule_code
LastWeekOfMonth.n
LastWeekOfMonth.weekday
LastWeekOfMonth.week
LastWeekOfMonth.apply(other)
LastWeekOfMonth.apply
LastWeekOfMonth.apply_index(other)
LastWeekOfMonth.apply_index
LastWeekOfMonth.copy
LastWeekOfMonth.isAnchored
LastWeekOfMonth.onOffset
LastWeekOfMonth.is_anchored
LastWeekOfMonth.is_on_offset
LastWeekOfMonth.__call__(*args, **kwargs)
LastWeekOfMonth.__call__
BQuarterEnd
DateOffset increments between the last business day of each Quarter.
BQuarterEnd.freqstr
BQuarterEnd.kwds
BQuarterEnd.name
BQuarterEnd.nanos
BQuarterEnd.normalize
BQuarterEnd.rule_code
BQuarterEnd.n
BQuarterEnd.startingMonth
BQuarterEnd.apply(other)
BQuarterEnd.apply
BQuarterEnd.apply_index(other)
BQuarterEnd.apply_index
BQuarterEnd.copy
BQuarterEnd.isAnchored
BQuarterEnd.onOffset
BQuarterEnd.is_anchored
BQuarterEnd.is_on_offset
BQuarterEnd.__call__(*args, **kwargs)
BQuarterEnd.__call__
BQuarterBegin
DateOffset increments between the first business day of each Quarter.
BQuarterBegin.freqstr
BQuarterBegin.kwds
BQuarterBegin.name
BQuarterBegin.nanos
BQuarterBegin.normalize
BQuarterBegin.rule_code
BQuarterBegin.n
BQuarterBegin.startingMonth
BQuarterBegin.apply(other)
BQuarterBegin.apply
BQuarterBegin.apply_index(other)
BQuarterBegin.apply_index
BQuarterBegin.copy
BQuarterBegin.isAnchored
BQuarterBegin.onOffset
BQuarterBegin.is_anchored
BQuarterBegin.is_on_offset
BQuarterBegin.__call__(*args, **kwargs)
BQuarterBegin.__call__
QuarterEnd
DateOffset increments between Quarter end dates.
QuarterEnd.freqstr
QuarterEnd.kwds
QuarterEnd.name
QuarterEnd.nanos
QuarterEnd.normalize
QuarterEnd.rule_code
QuarterEnd.n
QuarterEnd.startingMonth
QuarterEnd.apply(other)
QuarterEnd.apply
QuarterEnd.apply_index(other)
QuarterEnd.apply_index
QuarterEnd.copy
QuarterEnd.isAnchored
QuarterEnd.onOffset
QuarterEnd.is_anchored
QuarterEnd.is_on_offset
QuarterEnd.__call__(*args, **kwargs)
QuarterEnd.__call__
QuarterBegin
DateOffset increments between Quarter start dates.
QuarterBegin.freqstr
QuarterBegin.kwds
QuarterBegin.name
QuarterBegin.nanos
QuarterBegin.normalize
QuarterBegin.rule_code
QuarterBegin.n
QuarterBegin.startingMonth
QuarterBegin.apply(other)
QuarterBegin.apply
QuarterBegin.apply_index(other)
QuarterBegin.apply_index
QuarterBegin.copy
QuarterBegin.isAnchored
QuarterBegin.onOffset
QuarterBegin.is_anchored
QuarterBegin.is_on_offset
QuarterBegin.__call__(*args, **kwargs)
QuarterBegin.__call__
BYearEnd
DateOffset increments between the last business day of the year.
BYearEnd.freqstr
BYearEnd.kwds
BYearEnd.name
BYearEnd.nanos
BYearEnd.normalize
BYearEnd.rule_code
BYearEnd.n
BYearEnd.month
BYearEnd.apply(other)
BYearEnd.apply
BYearEnd.apply_index(other)
BYearEnd.apply_index
BYearEnd.copy
BYearEnd.isAnchored
BYearEnd.onOffset
BYearEnd.is_anchored
BYearEnd.is_on_offset
BYearEnd.__call__(*args, **kwargs)
BYearEnd.__call__
BYearBegin
DateOffset increments between the first business day of the year.
BYearBegin.freqstr
BYearBegin.kwds
BYearBegin.name
BYearBegin.nanos
BYearBegin.normalize
BYearBegin.rule_code
BYearBegin.n
BYearBegin.month
BYearBegin.apply(other)
BYearBegin.apply
BYearBegin.apply_index(other)
BYearBegin.apply_index
BYearBegin.copy
BYearBegin.isAnchored
BYearBegin.onOffset
BYearBegin.is_anchored
BYearBegin.is_on_offset
BYearBegin.__call__(*args, **kwargs)
BYearBegin.__call__
YearEnd
DateOffset increments between calendar year ends.
YearEnd.freqstr
YearEnd.kwds
YearEnd.name
YearEnd.nanos
YearEnd.normalize
YearEnd.rule_code
YearEnd.n
YearEnd.month
YearEnd.apply(other)
YearEnd.apply
YearEnd.apply_index(other)
YearEnd.apply_index
YearEnd.copy
YearEnd.isAnchored
YearEnd.onOffset
YearEnd.is_anchored
YearEnd.is_on_offset
YearEnd.__call__(*args, **kwargs)
YearEnd.__call__
YearBegin
DateOffset increments between calendar year begin dates.
YearBegin.freqstr
YearBegin.kwds
YearBegin.name
YearBegin.nanos
YearBegin.normalize
YearBegin.rule_code
YearBegin.n
YearBegin.month
YearBegin.apply(other)
YearBegin.apply
YearBegin.apply_index(other)
YearBegin.apply_index
YearBegin.copy
YearBegin.isAnchored
YearBegin.onOffset
YearBegin.is_anchored
YearBegin.is_on_offset
YearBegin.__call__(*args, **kwargs)
YearBegin.__call__
FY5253
Describes 52-53 week fiscal year.
FY5253.freqstr
FY5253.kwds
FY5253.name
FY5253.nanos
FY5253.normalize
FY5253.rule_code
FY5253.n
FY5253.startingMonth
FY5253.variation
FY5253.weekday
FY5253.apply(other)
FY5253.apply
FY5253.apply_index(other)
FY5253.apply_index
FY5253.copy
FY5253.get_rule_code_suffix
FY5253.get_year_end
FY5253.isAnchored
FY5253.onOffset
FY5253.is_anchored
FY5253.is_on_offset
FY5253.__call__(*args, **kwargs)
FY5253.__call__
FY5253Quarter
DateOffset increments between business quarter dates for 52-53 week fiscal year (also known as a 4-4-5 calendar).
FY5253Quarter.freqstr
FY5253Quarter.kwds
FY5253Quarter.name
FY5253Quarter.nanos
FY5253Quarter.normalize
FY5253Quarter.rule_code
FY5253Quarter.n
FY5253Quarter.qtr_with_extra_week
FY5253Quarter.startingMonth
FY5253Quarter.variation
FY5253Quarter.weekday
FY5253Quarter.apply(other)
FY5253Quarter.apply
FY5253Quarter.apply_index(other)
FY5253Quarter.apply_index
FY5253Quarter.copy
FY5253Quarter.get_rule_code_suffix
FY5253Quarter.get_weeks
FY5253Quarter.isAnchored
FY5253Quarter.onOffset
FY5253Quarter.is_anchored
FY5253Quarter.is_on_offset
FY5253Quarter.year_has_extra_week
FY5253Quarter.__call__(*args, **kwargs)
FY5253Quarter.__call__
Easter
DateOffset for the Easter holiday using logic defined in dateutil.
Easter.freqstr
Easter.kwds
Easter.name
Easter.nanos
Easter.normalize
Easter.rule_code
Easter.n
Easter.apply(other)
Easter.apply
Easter.apply_index(other)
Easter.apply_index
Easter.copy
Easter.isAnchored
Easter.onOffset
Easter.is_anchored
Easter.is_on_offset
Easter.__call__(*args, **kwargs)
Easter.__call__
Tick
Tick.delta
Tick.freqstr
Tick.kwds
Tick.name
Tick.nanos
Tick.normalize
Tick.rule_code
Tick.n
Tick.copy
Tick.isAnchored
Tick.onOffset
Tick.is_anchored
Tick.is_on_offset
Tick.__call__(*args, **kwargs)
Tick.__call__
Tick.apply
Tick.apply_index(other)
Tick.apply_index
Day
Day.delta
Day.freqstr
Day.kwds
Day.name
Day.nanos
Day.normalize
Day.rule_code
Day.n
Day.copy
Day.isAnchored
Day.onOffset
Day.is_anchored
Day.is_on_offset
Day.__call__(*args, **kwargs)
Day.__call__
Day.apply
Day.apply_index(other)
Day.apply_index
Hour
Hour.delta
Hour.freqstr
Hour.kwds
Hour.name
Hour.nanos
Hour.normalize
Hour.rule_code
Hour.n
Hour.copy
Hour.isAnchored
Hour.onOffset
Hour.is_anchored
Hour.is_on_offset
Hour.__call__(*args, **kwargs)
Hour.__call__
Hour.apply
Hour.apply_index(other)
Hour.apply_index
Minute
Minute.delta
Minute.freqstr
Minute.kwds
Minute.name
Minute.nanos
Minute.normalize
Minute.rule_code
Minute.n
Minute.copy
Minute.isAnchored
Minute.onOffset
Minute.is_anchored
Minute.is_on_offset
Minute.__call__(*args, **kwargs)
Minute.__call__
Minute.apply
Minute.apply_index(other)
Minute.apply_index
Second
Second.delta
Second.freqstr
Second.kwds
Second.name
Second.nanos
Second.normalize
Second.rule_code
Second.n
Second.copy
Second.isAnchored
Second.onOffset
Second.is_anchored
Second.is_on_offset
Second.__call__(*args, **kwargs)
Second.__call__
Second.apply
Second.apply_index(other)
Second.apply_index
Milli
Milli.delta
Milli.freqstr
Milli.kwds
Milli.name
Milli.nanos
Milli.normalize
Milli.rule_code
Milli.n
Milli.copy
Milli.isAnchored
Milli.onOffset
Milli.is_anchored
Milli.is_on_offset
Milli.__call__(*args, **kwargs)
Milli.__call__
Milli.apply
Milli.apply_index(other)
Milli.apply_index
Micro
Micro.delta
Micro.freqstr
Micro.kwds
Micro.name
Micro.nanos
Micro.normalize
Micro.rule_code
Micro.n
Micro.copy
Micro.isAnchored
Micro.onOffset
Micro.is_anchored
Micro.is_on_offset
Micro.__call__(*args, **kwargs)
Micro.__call__
Micro.apply
Micro.apply_index(other)
Micro.apply_index
Nano
Nano.delta
Nano.freqstr
Nano.kwds
Nano.name
Nano.nanos
Nano.normalize
Nano.rule_code
Nano.n
Nano.copy
Nano.isAnchored
Nano.onOffset
Nano.is_anchored
Nano.is_on_offset
Nano.__call__(*args, **kwargs)
Nano.__call__
Nano.apply
Nano.apply_index(other)
Nano.apply_index
to_offset
Return DateOffset object from string or tuple representation or datetime.timedelta object.