doc_content stringlengths 1 386k | doc_id stringlengths 5 188 |
|---|---|
pandas.tseries.offsets.BYearEnd.apply_index BYearEnd.apply_index(other) | pandas.reference.api.pandas.tseries.offsets.byearend.apply_index |
pandas.tseries.offsets.BYearEnd.base BYearEnd.base
Returns a copy of the calling offset object with n=1 and all other attributes equal. | pandas.reference.api.pandas.tseries.offsets.byearend.base |
pandas.tseries.offsets.BYearEnd.copy BYearEnd.copy() | pandas.reference.api.pandas.tseries.offsets.byearend.copy |
pandas.tseries.offsets.BYearEnd.freqstr BYearEnd.freqstr | pandas.reference.api.pandas.tseries.offsets.byearend.freqstr |
pandas.tseries.offsets.BYearEnd.is_anchored BYearEnd.is_anchored() | pandas.reference.api.pandas.tseries.offsets.byearend.is_anchored |
pandas.tseries.offsets.BYearEnd.is_month_end BYearEnd.is_month_end() | pandas.reference.api.pandas.tseries.offsets.byearend.is_month_end |
pandas.tseries.offsets.BYearEnd.is_month_start BYearEnd.is_month_start() | pandas.reference.api.pandas.tseries.offsets.byearend.is_month_start |
pandas.tseries.offsets.BYearEnd.is_on_offset BYearEnd.is_on_offset() | pandas.reference.api.pandas.tseries.offsets.byearend.is_on_offset |
pandas.tseries.offsets.BYearEnd.is_quarter_end BYearEnd.is_quarter_end() | pandas.reference.api.pandas.tseries.offsets.byearend.is_quarter_end |
pandas.tseries.offsets.BYearEnd.is_quarter_start BYearEnd.is_quarter_start() | pandas.reference.api.pandas.tseries.offsets.byearend.is_quarter_start |
pandas.tseries.offsets.BYearEnd.is_year_end BYearEnd.is_year_end() | pandas.reference.api.pandas.tseries.offsets.byearend.is_year_end |
pandas.tseries.offsets.BYearEnd.is_year_start BYearEnd.is_year_start() | pandas.reference.api.pandas.tseries.offsets.byearend.is_year_start |
pandas.tseries.offsets.BYearEnd.isAnchored BYearEnd.isAnchored() | pandas.reference.api.pandas.tseries.offsets.byearend.isanchored |
pandas.tseries.offsets.BYearEnd.kwds BYearEnd.kwds | pandas.reference.api.pandas.tseries.offsets.byearend.kwds |
pandas.tseries.offsets.BYearEnd.month BYearEnd.month | pandas.reference.api.pandas.tseries.offsets.byearend.month |
pandas.tseries.offsets.BYearEnd.n BYearEnd.n | pandas.reference.api.pandas.tseries.offsets.byearend.n |
pandas.tseries.offsets.BYearEnd.name BYearEnd.name | pandas.reference.api.pandas.tseries.offsets.byearend.name |
pandas.tseries.offsets.BYearEnd.nanos BYearEnd.nanos | pandas.reference.api.pandas.tseries.offsets.byearend.nanos |
pandas.tseries.offsets.BYearEnd.normalize BYearEnd.normalize | pandas.reference.api.pandas.tseries.offsets.byearend.normalize |
pandas.tseries.offsets.BYearEnd.onOffset BYearEnd.onOffset() | pandas.reference.api.pandas.tseries.offsets.byearend.onoffset |
pandas.tseries.offsets.BYearEnd.rollback BYearEnd.rollback()
Roll provided date backward to next offset only if not on offset. Returns
TimeStamp
Rolled timestamp if not on offset, otherwise unchanged timestamp. | pandas.reference.api.pandas.tseries.offsets.byearend.rollback |
pandas.tseries.offsets.BYearEnd.rollforward BYearEnd.rollforward()
Roll provided date forward to next offset only if not on offset. Returns
TimeStamp
Rolled timestamp if not on offset, otherwise unchanged timestamp. | pandas.reference.api.pandas.tseries.offsets.byearend.rollforward |
pandas.tseries.offsets.BYearEnd.rule_code BYearEnd.rule_code | pandas.reference.api.pandas.tseries.offsets.byearend.rule_code |
pandas.tseries.offsets.CBMonthBegin pandas.tseries.offsets.CBMonthBegin
alias of pandas._libs.tslibs.offsets.CustomBusinessMonthBegin | pandas.reference.api.pandas.tseries.offsets.cbmonthbegin |
pandas.tseries.offsets.CBMonthEnd pandas.tseries.offsets.CBMonthEnd
alias of pandas._libs.tslibs.offsets.CustomBusinessMonthEnd | pandas.reference.api.pandas.tseries.offsets.cbmonthend |
pandas.tseries.offsets.CDay pandas.tseries.offsets.CDay
alias of pandas._libs.tslibs.offsets.CustomBusinessDay | pandas.reference.api.pandas.tseries.offsets.cday |
pandas.tseries.offsets.CustomBusinessDay classpandas.tseries.offsets.CustomBusinessDay
DateOffset subclass representing custom business days excluding holidays. Parameters
n:int, default 1
normalize:bool, default False
Normalize start/end dates to midnight before generating date range.
weekmask:str, Default ‘Mon Tue Wed Thu Fri’
Weekmask of valid business days, passed to numpy.busdaycalendar.
holidays:list
List/array of dates to exclude from the set of valid business days, passed to numpy.busdaycalendar.
calendar:pd.HolidayCalendar or np.busdaycalendar
offset:timedelta, default timedelta(0)
Attributes
base Returns a copy of the calling offset object with n=1 and all other attributes equal.
offset Alias for self._offset.
calendar
freqstr
holidays
kwds
n
name
nanos
normalize
rule_code
weekmask Methods
__call__(*args, **kwargs) Call self as a function.
rollback Roll provided date backward to next offset only if not on offset.
rollforward Roll provided date forward to next offset only if not on offset.
apply
apply_index
copy
isAnchored
is_anchored
is_month_end
is_month_start
is_on_offset
is_quarter_end
is_quarter_start
is_year_end
is_year_start
onOffset | pandas.reference.api.pandas.tseries.offsets.custombusinessday |
pandas.tseries.offsets.CustomBusinessDay.__call__ CustomBusinessDay.__call__(*args, **kwargs)
Call self as a function. | pandas.reference.api.pandas.tseries.offsets.custombusinessday.__call__ |
pandas.tseries.offsets.CustomBusinessDay.apply CustomBusinessDay.apply() | pandas.reference.api.pandas.tseries.offsets.custombusinessday.apply |
pandas.tseries.offsets.CustomBusinessDay.apply_index CustomBusinessDay.apply_index() | pandas.reference.api.pandas.tseries.offsets.custombusinessday.apply_index |
pandas.tseries.offsets.CustomBusinessDay.base CustomBusinessDay.base
Returns a copy of the calling offset object with n=1 and all other attributes equal. | pandas.reference.api.pandas.tseries.offsets.custombusinessday.base |
pandas.tseries.offsets.CustomBusinessDay.calendar CustomBusinessDay.calendar | pandas.reference.api.pandas.tseries.offsets.custombusinessday.calendar |
pandas.tseries.offsets.CustomBusinessDay.copy CustomBusinessDay.copy() | pandas.reference.api.pandas.tseries.offsets.custombusinessday.copy |
pandas.tseries.offsets.CustomBusinessDay.freqstr CustomBusinessDay.freqstr | pandas.reference.api.pandas.tseries.offsets.custombusinessday.freqstr |
pandas.tseries.offsets.CustomBusinessDay.holidays CustomBusinessDay.holidays | pandas.reference.api.pandas.tseries.offsets.custombusinessday.holidays |
pandas.tseries.offsets.CustomBusinessDay.is_anchored CustomBusinessDay.is_anchored() | pandas.reference.api.pandas.tseries.offsets.custombusinessday.is_anchored |
pandas.tseries.offsets.CustomBusinessDay.is_month_end CustomBusinessDay.is_month_end() | pandas.reference.api.pandas.tseries.offsets.custombusinessday.is_month_end |
pandas.tseries.offsets.CustomBusinessDay.is_month_start CustomBusinessDay.is_month_start() | pandas.reference.api.pandas.tseries.offsets.custombusinessday.is_month_start |
pandas.tseries.offsets.CustomBusinessDay.is_on_offset CustomBusinessDay.is_on_offset() | pandas.reference.api.pandas.tseries.offsets.custombusinessday.is_on_offset |
pandas.tseries.offsets.CustomBusinessDay.is_quarter_end CustomBusinessDay.is_quarter_end() | pandas.reference.api.pandas.tseries.offsets.custombusinessday.is_quarter_end |
pandas.tseries.offsets.CustomBusinessDay.is_quarter_start CustomBusinessDay.is_quarter_start() | pandas.reference.api.pandas.tseries.offsets.custombusinessday.is_quarter_start |
pandas.tseries.offsets.CustomBusinessDay.is_year_end CustomBusinessDay.is_year_end() | pandas.reference.api.pandas.tseries.offsets.custombusinessday.is_year_end |
pandas.tseries.offsets.CustomBusinessDay.is_year_start CustomBusinessDay.is_year_start() | pandas.reference.api.pandas.tseries.offsets.custombusinessday.is_year_start |
pandas.tseries.offsets.CustomBusinessDay.isAnchored CustomBusinessDay.isAnchored() | pandas.reference.api.pandas.tseries.offsets.custombusinessday.isanchored |
pandas.tseries.offsets.CustomBusinessDay.kwds CustomBusinessDay.kwds | pandas.reference.api.pandas.tseries.offsets.custombusinessday.kwds |
pandas.tseries.offsets.CustomBusinessDay.n CustomBusinessDay.n | pandas.reference.api.pandas.tseries.offsets.custombusinessday.n |
pandas.tseries.offsets.CustomBusinessDay.name CustomBusinessDay.name | pandas.reference.api.pandas.tseries.offsets.custombusinessday.name |
pandas.tseries.offsets.CustomBusinessDay.nanos CustomBusinessDay.nanos | pandas.reference.api.pandas.tseries.offsets.custombusinessday.nanos |
pandas.tseries.offsets.CustomBusinessDay.normalize CustomBusinessDay.normalize | pandas.reference.api.pandas.tseries.offsets.custombusinessday.normalize |
pandas.tseries.offsets.CustomBusinessDay.offset CustomBusinessDay.offset
Alias for self._offset. | pandas.reference.api.pandas.tseries.offsets.custombusinessday.offset |
pandas.tseries.offsets.CustomBusinessDay.onOffset CustomBusinessDay.onOffset() | pandas.reference.api.pandas.tseries.offsets.custombusinessday.onoffset |
pandas.tseries.offsets.CustomBusinessDay.rollback CustomBusinessDay.rollback()
Roll provided date backward to next offset only if not on offset. Returns
TimeStamp
Rolled timestamp if not on offset, otherwise unchanged timestamp. | pandas.reference.api.pandas.tseries.offsets.custombusinessday.rollback |
pandas.tseries.offsets.CustomBusinessDay.rollforward CustomBusinessDay.rollforward()
Roll provided date forward to next offset only if not on offset. Returns
TimeStamp
Rolled timestamp if not on offset, otherwise unchanged timestamp. | pandas.reference.api.pandas.tseries.offsets.custombusinessday.rollforward |
pandas.tseries.offsets.CustomBusinessDay.rule_code CustomBusinessDay.rule_code | pandas.reference.api.pandas.tseries.offsets.custombusinessday.rule_code |
pandas.tseries.offsets.CustomBusinessDay.weekmask CustomBusinessDay.weekmask | pandas.reference.api.pandas.tseries.offsets.custombusinessday.weekmask |
pandas.tseries.offsets.CustomBusinessHour classpandas.tseries.offsets.CustomBusinessHour
DateOffset subclass representing possibly n custom business days. Parameters
n:int, default 1
The number of months represented.
normalize:bool, default False
Normalize start/end dates to midnight before generating date range.
weekmask:str, Default ‘Mon Tue Wed Thu Fri’
Weekmask of valid business days, passed to numpy.busdaycalendar.
start:str, default “09:00”
Start time of your custom business hour in 24h format.
end:str, default: “17:00”
End time of your custom business hour in 24h format. Attributes
base Returns a copy of the calling offset object with n=1 and all other attributes equal.
next_bday Used for moving to next business day.
offset Alias for self._offset.
calendar
end
freqstr
holidays
kwds
n
name
nanos
normalize
rule_code
start
weekmask Methods
__call__(*args, **kwargs) Call self as a function.
rollback(other) Roll provided date backward to next offset only if not on offset.
rollforward(other) Roll provided date forward to next offset only if not on offset.
apply
apply_index
copy
isAnchored
is_anchored
is_month_end
is_month_start
is_on_offset
is_quarter_end
is_quarter_start
is_year_end
is_year_start
onOffset | pandas.reference.api.pandas.tseries.offsets.custombusinesshour |
pandas.tseries.offsets.CustomBusinessHour.__call__ CustomBusinessHour.__call__(*args, **kwargs)
Call self as a function. | pandas.reference.api.pandas.tseries.offsets.custombusinesshour.__call__ |
pandas.tseries.offsets.CustomBusinessHour.apply CustomBusinessHour.apply() | pandas.reference.api.pandas.tseries.offsets.custombusinesshour.apply |
pandas.tseries.offsets.CustomBusinessHour.apply_index CustomBusinessHour.apply_index(other) | pandas.reference.api.pandas.tseries.offsets.custombusinesshour.apply_index |
pandas.tseries.offsets.CustomBusinessHour.base CustomBusinessHour.base
Returns a copy of the calling offset object with n=1 and all other attributes equal. | pandas.reference.api.pandas.tseries.offsets.custombusinesshour.base |
pandas.tseries.offsets.CustomBusinessHour.calendar CustomBusinessHour.calendar | pandas.reference.api.pandas.tseries.offsets.custombusinesshour.calendar |
pandas.tseries.offsets.CustomBusinessHour.copy CustomBusinessHour.copy() | pandas.reference.api.pandas.tseries.offsets.custombusinesshour.copy |
pandas.tseries.offsets.CustomBusinessHour.end CustomBusinessHour.end | pandas.reference.api.pandas.tseries.offsets.custombusinesshour.end |
pandas.tseries.offsets.CustomBusinessHour.freqstr CustomBusinessHour.freqstr | pandas.reference.api.pandas.tseries.offsets.custombusinesshour.freqstr |
pandas.tseries.offsets.CustomBusinessHour.holidays CustomBusinessHour.holidays | pandas.reference.api.pandas.tseries.offsets.custombusinesshour.holidays |
pandas.tseries.offsets.CustomBusinessHour.is_anchored CustomBusinessHour.is_anchored() | pandas.reference.api.pandas.tseries.offsets.custombusinesshour.is_anchored |
pandas.tseries.offsets.CustomBusinessHour.is_month_end CustomBusinessHour.is_month_end() | pandas.reference.api.pandas.tseries.offsets.custombusinesshour.is_month_end |
pandas.tseries.offsets.CustomBusinessHour.is_month_start CustomBusinessHour.is_month_start() | pandas.reference.api.pandas.tseries.offsets.custombusinesshour.is_month_start |
pandas.tseries.offsets.CustomBusinessHour.is_on_offset CustomBusinessHour.is_on_offset() | pandas.reference.api.pandas.tseries.offsets.custombusinesshour.is_on_offset |
pandas.tseries.offsets.CustomBusinessHour.is_quarter_end CustomBusinessHour.is_quarter_end() | pandas.reference.api.pandas.tseries.offsets.custombusinesshour.is_quarter_end |
pandas.tseries.offsets.CustomBusinessHour.is_quarter_start CustomBusinessHour.is_quarter_start() | pandas.reference.api.pandas.tseries.offsets.custombusinesshour.is_quarter_start |
pandas.tseries.offsets.CustomBusinessHour.is_year_end CustomBusinessHour.is_year_end() | pandas.reference.api.pandas.tseries.offsets.custombusinesshour.is_year_end |
pandas.tseries.offsets.CustomBusinessHour.is_year_start CustomBusinessHour.is_year_start() | pandas.reference.api.pandas.tseries.offsets.custombusinesshour.is_year_start |
pandas.tseries.offsets.CustomBusinessHour.isAnchored CustomBusinessHour.isAnchored() | pandas.reference.api.pandas.tseries.offsets.custombusinesshour.isanchored |
pandas.tseries.offsets.CustomBusinessHour.kwds CustomBusinessHour.kwds | pandas.reference.api.pandas.tseries.offsets.custombusinesshour.kwds |
pandas.tseries.offsets.CustomBusinessHour.n CustomBusinessHour.n | pandas.reference.api.pandas.tseries.offsets.custombusinesshour.n |
pandas.tseries.offsets.CustomBusinessHour.name CustomBusinessHour.name | pandas.reference.api.pandas.tseries.offsets.custombusinesshour.name |
pandas.tseries.offsets.CustomBusinessHour.nanos CustomBusinessHour.nanos | pandas.reference.api.pandas.tseries.offsets.custombusinesshour.nanos |
pandas.tseries.offsets.CustomBusinessHour.next_bday CustomBusinessHour.next_bday
Used for moving to next business day. | pandas.reference.api.pandas.tseries.offsets.custombusinesshour.next_bday |
pandas.tseries.offsets.CustomBusinessHour.normalize CustomBusinessHour.normalize | pandas.reference.api.pandas.tseries.offsets.custombusinesshour.normalize |
pandas.tseries.offsets.CustomBusinessHour.offset CustomBusinessHour.offset
Alias for self._offset. | pandas.reference.api.pandas.tseries.offsets.custombusinesshour.offset |
pandas.tseries.offsets.CustomBusinessHour.onOffset CustomBusinessHour.onOffset() | pandas.reference.api.pandas.tseries.offsets.custombusinesshour.onoffset |
pandas.tseries.offsets.CustomBusinessHour.rollback CustomBusinessHour.rollback(other)
Roll provided date backward to next offset only if not on offset. | pandas.reference.api.pandas.tseries.offsets.custombusinesshour.rollback |
pandas.tseries.offsets.CustomBusinessHour.rollforward CustomBusinessHour.rollforward(other)
Roll provided date forward to next offset only if not on offset. | pandas.reference.api.pandas.tseries.offsets.custombusinesshour.rollforward |
pandas.tseries.offsets.CustomBusinessHour.rule_code CustomBusinessHour.rule_code | pandas.reference.api.pandas.tseries.offsets.custombusinesshour.rule_code |
pandas.tseries.offsets.CustomBusinessHour.start CustomBusinessHour.start | pandas.reference.api.pandas.tseries.offsets.custombusinesshour.start |
pandas.tseries.offsets.CustomBusinessHour.weekmask CustomBusinessHour.weekmask | pandas.reference.api.pandas.tseries.offsets.custombusinesshour.weekmask |
pandas.tseries.offsets.CustomBusinessMonthBegin classpandas.tseries.offsets.CustomBusinessMonthBegin
Attributes
base Returns a copy of the calling offset object with n=1 and all other attributes equal.
cbday_roll Define default roll function to be called in apply method.
month_roll Define default roll function to be called in apply method.
offset Alias for self._offset.
calendar
freqstr
holidays
kwds
m_offset
n
name
nanos
normalize
rule_code
weekmask Methods
__call__(*args, **kwargs) Call self as a function.
rollback Roll provided date backward to next offset only if not on offset.
rollforward Roll provided date forward to next offset only if not on offset.
apply
apply_index
copy
isAnchored
is_anchored
is_month_end
is_month_start
is_on_offset
is_quarter_end
is_quarter_start
is_year_end
is_year_start
onOffset | pandas.reference.api.pandas.tseries.offsets.custombusinessmonthbegin |
pandas.tseries.offsets.CustomBusinessMonthBegin.__call__ CustomBusinessMonthBegin.__call__(*args, **kwargs)
Call self as a function. | pandas.reference.api.pandas.tseries.offsets.custombusinessmonthbegin.__call__ |
pandas.tseries.offsets.CustomBusinessMonthBegin.apply CustomBusinessMonthBegin.apply() | pandas.reference.api.pandas.tseries.offsets.custombusinessmonthbegin.apply |
pandas.tseries.offsets.CustomBusinessMonthBegin.apply_index CustomBusinessMonthBegin.apply_index(other) | pandas.reference.api.pandas.tseries.offsets.custombusinessmonthbegin.apply_index |
pandas.tseries.offsets.CustomBusinessMonthBegin.base CustomBusinessMonthBegin.base
Returns a copy of the calling offset object with n=1 and all other attributes equal. | pandas.reference.api.pandas.tseries.offsets.custombusinessmonthbegin.base |
pandas.tseries.offsets.CustomBusinessMonthBegin.calendar CustomBusinessMonthBegin.calendar | pandas.reference.api.pandas.tseries.offsets.custombusinessmonthbegin.calendar |
pandas.tseries.offsets.CustomBusinessMonthBegin.cbday_roll CustomBusinessMonthBegin.cbday_roll
Define default roll function to be called in apply method. | pandas.reference.api.pandas.tseries.offsets.custombusinessmonthbegin.cbday_roll |
pandas.tseries.offsets.CustomBusinessMonthBegin.copy CustomBusinessMonthBegin.copy() | pandas.reference.api.pandas.tseries.offsets.custombusinessmonthbegin.copy |
pandas.tseries.offsets.CustomBusinessMonthBegin.freqstr CustomBusinessMonthBegin.freqstr | pandas.reference.api.pandas.tseries.offsets.custombusinessmonthbegin.freqstr |
pandas.tseries.offsets.CustomBusinessMonthBegin.holidays CustomBusinessMonthBegin.holidays | pandas.reference.api.pandas.tseries.offsets.custombusinessmonthbegin.holidays |
pandas.tseries.offsets.CustomBusinessMonthBegin.is_anchored CustomBusinessMonthBegin.is_anchored() | pandas.reference.api.pandas.tseries.offsets.custombusinessmonthbegin.is_anchored |
pandas.tseries.offsets.CustomBusinessMonthBegin.is_month_end CustomBusinessMonthBegin.is_month_end() | pandas.reference.api.pandas.tseries.offsets.custombusinessmonthbegin.is_month_end |
pandas.tseries.offsets.CustomBusinessMonthBegin.is_month_start CustomBusinessMonthBegin.is_month_start() | pandas.reference.api.pandas.tseries.offsets.custombusinessmonthbegin.is_month_start |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.