doc_content stringlengths 1 386k | doc_id stringlengths 5 188 |
|---|---|
pandas.tseries.offsets.Hour.is_on_offset Hour.is_on_offset() | pandas.reference.api.pandas.tseries.offsets.hour.is_on_offset |
pandas.tseries.offsets.Hour.is_quarter_end Hour.is_quarter_end() | pandas.reference.api.pandas.tseries.offsets.hour.is_quarter_end |
pandas.tseries.offsets.Hour.is_quarter_start Hour.is_quarter_start() | pandas.reference.api.pandas.tseries.offsets.hour.is_quarter_start |
pandas.tseries.offsets.Hour.is_year_end Hour.is_year_end() | pandas.reference.api.pandas.tseries.offsets.hour.is_year_end |
pandas.tseries.offsets.Hour.is_year_start Hour.is_year_start() | pandas.reference.api.pandas.tseries.offsets.hour.is_year_start |
pandas.tseries.offsets.Hour.isAnchored Hour.isAnchored() | pandas.reference.api.pandas.tseries.offsets.hour.isanchored |
pandas.tseries.offsets.Hour.kwds Hour.kwds | pandas.reference.api.pandas.tseries.offsets.hour.kwds |
pandas.tseries.offsets.Hour.n Hour.n | pandas.reference.api.pandas.tseries.offsets.hour.n |
pandas.tseries.offsets.Hour.name Hour.name | pandas.reference.api.pandas.tseries.offsets.hour.name |
pandas.tseries.offsets.Hour.nanos Hour.nanos | pandas.reference.api.pandas.tseries.offsets.hour.nanos |
pandas.tseries.offsets.Hour.normalize Hour.normalize | pandas.reference.api.pandas.tseries.offsets.hour.normalize |
pandas.tseries.offsets.Hour.onOffset Hour.onOffset() | pandas.reference.api.pandas.tseries.offsets.hour.onoffset |
pandas.tseries.offsets.Hour.rollback Hour.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.hour.rollback |
pandas.tseries.offsets.Hour.rollforward Hour.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.hour.rollforward |
pandas.tseries.offsets.Hour.rule_code Hour.rule_code | pandas.reference.api.pandas.tseries.offsets.hour.rule_code |
pandas.tseries.offsets.LastWeekOfMonth classpandas.tseries.offsets.LastWeekOfMonth
Describes monthly dates in last week of month like “the last Tuesday of each month”. Parameters
n:int, default 1
weekday:int {0, 1, …, 6}, default 0
A specific integer for the day of the week. 0 is Monday 1 is Tuesday 2 is Wednesday 3 is Thursday 4 is Friday 5 is Saturday 6 is Sunday. Attributes
base Returns a copy of the calling offset object with n=1 and all other attributes equal.
freqstr
kwds
n
name
nanos
normalize
rule_code
week
weekday 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.lastweekofmonth |
pandas.tseries.offsets.LastWeekOfMonth.__call__ LastWeekOfMonth.__call__(*args, **kwargs)
Call self as a function. | pandas.reference.api.pandas.tseries.offsets.lastweekofmonth.__call__ |
pandas.tseries.offsets.LastWeekOfMonth.apply LastWeekOfMonth.apply() | pandas.reference.api.pandas.tseries.offsets.lastweekofmonth.apply |
pandas.tseries.offsets.LastWeekOfMonth.apply_index LastWeekOfMonth.apply_index(other) | pandas.reference.api.pandas.tseries.offsets.lastweekofmonth.apply_index |
pandas.tseries.offsets.LastWeekOfMonth.base LastWeekOfMonth.base
Returns a copy of the calling offset object with n=1 and all other attributes equal. | pandas.reference.api.pandas.tseries.offsets.lastweekofmonth.base |
pandas.tseries.offsets.LastWeekOfMonth.copy LastWeekOfMonth.copy() | pandas.reference.api.pandas.tseries.offsets.lastweekofmonth.copy |
pandas.tseries.offsets.LastWeekOfMonth.freqstr LastWeekOfMonth.freqstr | pandas.reference.api.pandas.tseries.offsets.lastweekofmonth.freqstr |
pandas.tseries.offsets.LastWeekOfMonth.is_anchored LastWeekOfMonth.is_anchored() | pandas.reference.api.pandas.tseries.offsets.lastweekofmonth.is_anchored |
pandas.tseries.offsets.LastWeekOfMonth.is_month_end LastWeekOfMonth.is_month_end() | pandas.reference.api.pandas.tseries.offsets.lastweekofmonth.is_month_end |
pandas.tseries.offsets.LastWeekOfMonth.is_month_start LastWeekOfMonth.is_month_start() | pandas.reference.api.pandas.tseries.offsets.lastweekofmonth.is_month_start |
pandas.tseries.offsets.LastWeekOfMonth.is_on_offset LastWeekOfMonth.is_on_offset() | pandas.reference.api.pandas.tseries.offsets.lastweekofmonth.is_on_offset |
pandas.tseries.offsets.LastWeekOfMonth.is_quarter_end LastWeekOfMonth.is_quarter_end() | pandas.reference.api.pandas.tseries.offsets.lastweekofmonth.is_quarter_end |
pandas.tseries.offsets.LastWeekOfMonth.is_quarter_start LastWeekOfMonth.is_quarter_start() | pandas.reference.api.pandas.tseries.offsets.lastweekofmonth.is_quarter_start |
pandas.tseries.offsets.LastWeekOfMonth.is_year_end LastWeekOfMonth.is_year_end() | pandas.reference.api.pandas.tseries.offsets.lastweekofmonth.is_year_end |
pandas.tseries.offsets.LastWeekOfMonth.is_year_start LastWeekOfMonth.is_year_start() | pandas.reference.api.pandas.tseries.offsets.lastweekofmonth.is_year_start |
pandas.tseries.offsets.LastWeekOfMonth.isAnchored LastWeekOfMonth.isAnchored() | pandas.reference.api.pandas.tseries.offsets.lastweekofmonth.isanchored |
pandas.tseries.offsets.LastWeekOfMonth.kwds LastWeekOfMonth.kwds | pandas.reference.api.pandas.tseries.offsets.lastweekofmonth.kwds |
pandas.tseries.offsets.LastWeekOfMonth.n LastWeekOfMonth.n | pandas.reference.api.pandas.tseries.offsets.lastweekofmonth.n |
pandas.tseries.offsets.LastWeekOfMonth.name LastWeekOfMonth.name | pandas.reference.api.pandas.tseries.offsets.lastweekofmonth.name |
pandas.tseries.offsets.LastWeekOfMonth.nanos LastWeekOfMonth.nanos | pandas.reference.api.pandas.tseries.offsets.lastweekofmonth.nanos |
pandas.tseries.offsets.LastWeekOfMonth.normalize LastWeekOfMonth.normalize | pandas.reference.api.pandas.tseries.offsets.lastweekofmonth.normalize |
pandas.tseries.offsets.LastWeekOfMonth.onOffset LastWeekOfMonth.onOffset() | pandas.reference.api.pandas.tseries.offsets.lastweekofmonth.onoffset |
pandas.tseries.offsets.LastWeekOfMonth.rollback LastWeekOfMonth.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.lastweekofmonth.rollback |
pandas.tseries.offsets.LastWeekOfMonth.rollforward LastWeekOfMonth.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.lastweekofmonth.rollforward |
pandas.tseries.offsets.LastWeekOfMonth.rule_code LastWeekOfMonth.rule_code | pandas.reference.api.pandas.tseries.offsets.lastweekofmonth.rule_code |
pandas.tseries.offsets.LastWeekOfMonth.week LastWeekOfMonth.week | pandas.reference.api.pandas.tseries.offsets.lastweekofmonth.week |
pandas.tseries.offsets.LastWeekOfMonth.weekday LastWeekOfMonth.weekday | pandas.reference.api.pandas.tseries.offsets.lastweekofmonth.weekday |
pandas.tseries.offsets.Micro classpandas.tseries.offsets.Micro
Attributes
base Returns a copy of the calling offset object with n=1 and all other attributes equal.
delta
freqstr
kwds
n
name
nanos
normalize
rule_code 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.micro |
pandas.tseries.offsets.Micro.__call__ Micro.__call__(*args, **kwargs)
Call self as a function. | pandas.reference.api.pandas.tseries.offsets.micro.__call__ |
pandas.tseries.offsets.Micro.apply Micro.apply() | pandas.reference.api.pandas.tseries.offsets.micro.apply |
pandas.tseries.offsets.Micro.apply_index Micro.apply_index(other) | pandas.reference.api.pandas.tseries.offsets.micro.apply_index |
pandas.tseries.offsets.Micro.base Micro.base
Returns a copy of the calling offset object with n=1 and all other attributes equal. | pandas.reference.api.pandas.tseries.offsets.micro.base |
pandas.tseries.offsets.Micro.copy Micro.copy() | pandas.reference.api.pandas.tseries.offsets.micro.copy |
pandas.tseries.offsets.Micro.delta Micro.delta | pandas.reference.api.pandas.tseries.offsets.micro.delta |
pandas.tseries.offsets.Micro.freqstr Micro.freqstr | pandas.reference.api.pandas.tseries.offsets.micro.freqstr |
pandas.tseries.offsets.Micro.is_anchored Micro.is_anchored() | pandas.reference.api.pandas.tseries.offsets.micro.is_anchored |
pandas.tseries.offsets.Micro.is_month_end Micro.is_month_end() | pandas.reference.api.pandas.tseries.offsets.micro.is_month_end |
pandas.tseries.offsets.Micro.is_month_start Micro.is_month_start() | pandas.reference.api.pandas.tseries.offsets.micro.is_month_start |
pandas.tseries.offsets.Micro.is_on_offset Micro.is_on_offset() | pandas.reference.api.pandas.tseries.offsets.micro.is_on_offset |
pandas.tseries.offsets.Micro.is_quarter_end Micro.is_quarter_end() | pandas.reference.api.pandas.tseries.offsets.micro.is_quarter_end |
pandas.tseries.offsets.Micro.is_quarter_start Micro.is_quarter_start() | pandas.reference.api.pandas.tseries.offsets.micro.is_quarter_start |
pandas.tseries.offsets.Micro.is_year_end Micro.is_year_end() | pandas.reference.api.pandas.tseries.offsets.micro.is_year_end |
pandas.tseries.offsets.Micro.is_year_start Micro.is_year_start() | pandas.reference.api.pandas.tseries.offsets.micro.is_year_start |
pandas.tseries.offsets.Micro.isAnchored Micro.isAnchored() | pandas.reference.api.pandas.tseries.offsets.micro.isanchored |
pandas.tseries.offsets.Micro.kwds Micro.kwds | pandas.reference.api.pandas.tseries.offsets.micro.kwds |
pandas.tseries.offsets.Micro.n Micro.n | pandas.reference.api.pandas.tseries.offsets.micro.n |
pandas.tseries.offsets.Micro.name Micro.name | pandas.reference.api.pandas.tseries.offsets.micro.name |
pandas.tseries.offsets.Micro.nanos Micro.nanos | pandas.reference.api.pandas.tseries.offsets.micro.nanos |
pandas.tseries.offsets.Micro.normalize Micro.normalize | pandas.reference.api.pandas.tseries.offsets.micro.normalize |
pandas.tseries.offsets.Micro.onOffset Micro.onOffset() | pandas.reference.api.pandas.tseries.offsets.micro.onoffset |
pandas.tseries.offsets.Micro.rollback Micro.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.micro.rollback |
pandas.tseries.offsets.Micro.rollforward Micro.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.micro.rollforward |
pandas.tseries.offsets.Micro.rule_code Micro.rule_code | pandas.reference.api.pandas.tseries.offsets.micro.rule_code |
pandas.tseries.offsets.Milli classpandas.tseries.offsets.Milli
Attributes
base Returns a copy of the calling offset object with n=1 and all other attributes equal.
delta
freqstr
kwds
n
name
nanos
normalize
rule_code 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.milli |
pandas.tseries.offsets.Milli.__call__ Milli.__call__(*args, **kwargs)
Call self as a function. | pandas.reference.api.pandas.tseries.offsets.milli.__call__ |
pandas.tseries.offsets.Milli.apply Milli.apply() | pandas.reference.api.pandas.tseries.offsets.milli.apply |
pandas.tseries.offsets.Milli.apply_index Milli.apply_index(other) | pandas.reference.api.pandas.tseries.offsets.milli.apply_index |
pandas.tseries.offsets.Milli.base Milli.base
Returns a copy of the calling offset object with n=1 and all other attributes equal. | pandas.reference.api.pandas.tseries.offsets.milli.base |
pandas.tseries.offsets.Milli.copy Milli.copy() | pandas.reference.api.pandas.tseries.offsets.milli.copy |
pandas.tseries.offsets.Milli.delta Milli.delta | pandas.reference.api.pandas.tseries.offsets.milli.delta |
pandas.tseries.offsets.Milli.freqstr Milli.freqstr | pandas.reference.api.pandas.tseries.offsets.milli.freqstr |
pandas.tseries.offsets.Milli.is_anchored Milli.is_anchored() | pandas.reference.api.pandas.tseries.offsets.milli.is_anchored |
pandas.tseries.offsets.Milli.is_month_end Milli.is_month_end() | pandas.reference.api.pandas.tseries.offsets.milli.is_month_end |
pandas.tseries.offsets.Milli.is_month_start Milli.is_month_start() | pandas.reference.api.pandas.tseries.offsets.milli.is_month_start |
pandas.tseries.offsets.Milli.is_on_offset Milli.is_on_offset() | pandas.reference.api.pandas.tseries.offsets.milli.is_on_offset |
pandas.tseries.offsets.Milli.is_quarter_end Milli.is_quarter_end() | pandas.reference.api.pandas.tseries.offsets.milli.is_quarter_end |
pandas.tseries.offsets.Milli.is_quarter_start Milli.is_quarter_start() | pandas.reference.api.pandas.tseries.offsets.milli.is_quarter_start |
pandas.tseries.offsets.Milli.is_year_end Milli.is_year_end() | pandas.reference.api.pandas.tseries.offsets.milli.is_year_end |
pandas.tseries.offsets.Milli.is_year_start Milli.is_year_start() | pandas.reference.api.pandas.tseries.offsets.milli.is_year_start |
pandas.tseries.offsets.Milli.isAnchored Milli.isAnchored() | pandas.reference.api.pandas.tseries.offsets.milli.isanchored |
pandas.tseries.offsets.Milli.kwds Milli.kwds | pandas.reference.api.pandas.tseries.offsets.milli.kwds |
pandas.tseries.offsets.Milli.n Milli.n | pandas.reference.api.pandas.tseries.offsets.milli.n |
pandas.tseries.offsets.Milli.name Milli.name | pandas.reference.api.pandas.tseries.offsets.milli.name |
pandas.tseries.offsets.Milli.nanos Milli.nanos | pandas.reference.api.pandas.tseries.offsets.milli.nanos |
pandas.tseries.offsets.Milli.normalize Milli.normalize | pandas.reference.api.pandas.tseries.offsets.milli.normalize |
pandas.tseries.offsets.Milli.onOffset Milli.onOffset() | pandas.reference.api.pandas.tseries.offsets.milli.onoffset |
pandas.tseries.offsets.Milli.rollback Milli.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.milli.rollback |
pandas.tseries.offsets.Milli.rollforward Milli.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.milli.rollforward |
pandas.tseries.offsets.Milli.rule_code Milli.rule_code | pandas.reference.api.pandas.tseries.offsets.milli.rule_code |
pandas.tseries.offsets.Minute classpandas.tseries.offsets.Minute
Attributes
base Returns a copy of the calling offset object with n=1 and all other attributes equal.
delta
freqstr
kwds
n
name
nanos
normalize
rule_code 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.minute |
pandas.tseries.offsets.Minute.__call__ Minute.__call__(*args, **kwargs)
Call self as a function. | pandas.reference.api.pandas.tseries.offsets.minute.__call__ |
pandas.tseries.offsets.Minute.apply Minute.apply() | pandas.reference.api.pandas.tseries.offsets.minute.apply |
pandas.tseries.offsets.Minute.apply_index Minute.apply_index(other) | pandas.reference.api.pandas.tseries.offsets.minute.apply_index |
pandas.tseries.offsets.Minute.base Minute.base
Returns a copy of the calling offset object with n=1 and all other attributes equal. | pandas.reference.api.pandas.tseries.offsets.minute.base |
pandas.tseries.offsets.Minute.copy Minute.copy() | pandas.reference.api.pandas.tseries.offsets.minute.copy |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.