doc_content
stringlengths
1
386k
doc_id
stringlengths
5
188
pandas.tseries.offsets.QuarterBegin.base QuarterBegin.base Returns a copy of the calling offset object with n=1 and all other attributes equal.
pandas.reference.api.pandas.tseries.offsets.quarterbegin.base
pandas.tseries.offsets.QuarterBegin.copy QuarterBegin.copy()
pandas.reference.api.pandas.tseries.offsets.quarterbegin.copy
pandas.tseries.offsets.QuarterBegin.freqstr QuarterBegin.freqstr
pandas.reference.api.pandas.tseries.offsets.quarterbegin.freqstr
pandas.tseries.offsets.QuarterBegin.is_anchored QuarterBegin.is_anchored()
pandas.reference.api.pandas.tseries.offsets.quarterbegin.is_anchored
pandas.tseries.offsets.QuarterBegin.is_month_end QuarterBegin.is_month_end()
pandas.reference.api.pandas.tseries.offsets.quarterbegin.is_month_end
pandas.tseries.offsets.QuarterBegin.is_month_start QuarterBegin.is_month_start()
pandas.reference.api.pandas.tseries.offsets.quarterbegin.is_month_start
pandas.tseries.offsets.QuarterBegin.is_on_offset QuarterBegin.is_on_offset()
pandas.reference.api.pandas.tseries.offsets.quarterbegin.is_on_offset
pandas.tseries.offsets.QuarterBegin.is_quarter_end QuarterBegin.is_quarter_end()
pandas.reference.api.pandas.tseries.offsets.quarterbegin.is_quarter_end
pandas.tseries.offsets.QuarterBegin.is_quarter_start QuarterBegin.is_quarter_start()
pandas.reference.api.pandas.tseries.offsets.quarterbegin.is_quarter_start
pandas.tseries.offsets.QuarterBegin.is_year_end QuarterBegin.is_year_end()
pandas.reference.api.pandas.tseries.offsets.quarterbegin.is_year_end
pandas.tseries.offsets.QuarterBegin.is_year_start QuarterBegin.is_year_start()
pandas.reference.api.pandas.tseries.offsets.quarterbegin.is_year_start
pandas.tseries.offsets.QuarterBegin.isAnchored QuarterBegin.isAnchored()
pandas.reference.api.pandas.tseries.offsets.quarterbegin.isanchored
pandas.tseries.offsets.QuarterBegin.kwds QuarterBegin.kwds
pandas.reference.api.pandas.tseries.offsets.quarterbegin.kwds
pandas.tseries.offsets.QuarterBegin.n QuarterBegin.n
pandas.reference.api.pandas.tseries.offsets.quarterbegin.n
pandas.tseries.offsets.QuarterBegin.name QuarterBegin.name
pandas.reference.api.pandas.tseries.offsets.quarterbegin.name
pandas.tseries.offsets.QuarterBegin.nanos QuarterBegin.nanos
pandas.reference.api.pandas.tseries.offsets.quarterbegin.nanos
pandas.tseries.offsets.QuarterBegin.normalize QuarterBegin.normalize
pandas.reference.api.pandas.tseries.offsets.quarterbegin.normalize
pandas.tseries.offsets.QuarterBegin.onOffset QuarterBegin.onOffset()
pandas.reference.api.pandas.tseries.offsets.quarterbegin.onoffset
pandas.tseries.offsets.QuarterBegin.rollback QuarterBegin.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.quarterbegin.rollback
pandas.tseries.offsets.QuarterBegin.rollforward QuarterBegin.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.quarterbegin.rollforward
pandas.tseries.offsets.QuarterBegin.rule_code QuarterBegin.rule_code
pandas.reference.api.pandas.tseries.offsets.quarterbegin.rule_code
pandas.tseries.offsets.QuarterBegin.startingMonth QuarterBegin.startingMonth
pandas.reference.api.pandas.tseries.offsets.quarterbegin.startingmonth
pandas.tseries.offsets.QuarterEnd classpandas.tseries.offsets.QuarterEnd DateOffset increments between Quarter end dates. startingMonth = 1 corresponds to dates like 1/31/2007, 4/30/2007, … startingMonth = 2 corresponds to dates like 2/28/2007, 5/31/2007, … startingMonth = 3 corresponds to dates like 3/31/2007, 6/30/2007, … 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 startingMonth 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.quarterend
pandas.tseries.offsets.QuarterEnd.__call__ QuarterEnd.__call__(*args, **kwargs) Call self as a function.
pandas.reference.api.pandas.tseries.offsets.quarterend.__call__
pandas.tseries.offsets.QuarterEnd.apply QuarterEnd.apply()
pandas.reference.api.pandas.tseries.offsets.quarterend.apply
pandas.tseries.offsets.QuarterEnd.apply_index QuarterEnd.apply_index(other)
pandas.reference.api.pandas.tseries.offsets.quarterend.apply_index
pandas.tseries.offsets.QuarterEnd.base QuarterEnd.base Returns a copy of the calling offset object with n=1 and all other attributes equal.
pandas.reference.api.pandas.tseries.offsets.quarterend.base
pandas.tseries.offsets.QuarterEnd.copy QuarterEnd.copy()
pandas.reference.api.pandas.tseries.offsets.quarterend.copy
pandas.tseries.offsets.QuarterEnd.freqstr QuarterEnd.freqstr
pandas.reference.api.pandas.tseries.offsets.quarterend.freqstr
pandas.tseries.offsets.QuarterEnd.is_anchored QuarterEnd.is_anchored()
pandas.reference.api.pandas.tseries.offsets.quarterend.is_anchored
pandas.tseries.offsets.QuarterEnd.is_month_end QuarterEnd.is_month_end()
pandas.reference.api.pandas.tseries.offsets.quarterend.is_month_end
pandas.tseries.offsets.QuarterEnd.is_month_start QuarterEnd.is_month_start()
pandas.reference.api.pandas.tseries.offsets.quarterend.is_month_start
pandas.tseries.offsets.QuarterEnd.is_on_offset QuarterEnd.is_on_offset()
pandas.reference.api.pandas.tseries.offsets.quarterend.is_on_offset
pandas.tseries.offsets.QuarterEnd.is_quarter_end QuarterEnd.is_quarter_end()
pandas.reference.api.pandas.tseries.offsets.quarterend.is_quarter_end
pandas.tseries.offsets.QuarterEnd.is_quarter_start QuarterEnd.is_quarter_start()
pandas.reference.api.pandas.tseries.offsets.quarterend.is_quarter_start
pandas.tseries.offsets.QuarterEnd.is_year_end QuarterEnd.is_year_end()
pandas.reference.api.pandas.tseries.offsets.quarterend.is_year_end
pandas.tseries.offsets.QuarterEnd.is_year_start QuarterEnd.is_year_start()
pandas.reference.api.pandas.tseries.offsets.quarterend.is_year_start
pandas.tseries.offsets.QuarterEnd.isAnchored QuarterEnd.isAnchored()
pandas.reference.api.pandas.tseries.offsets.quarterend.isanchored
pandas.tseries.offsets.QuarterEnd.kwds QuarterEnd.kwds
pandas.reference.api.pandas.tseries.offsets.quarterend.kwds
pandas.tseries.offsets.QuarterEnd.n QuarterEnd.n
pandas.reference.api.pandas.tseries.offsets.quarterend.n
pandas.tseries.offsets.QuarterEnd.name QuarterEnd.name
pandas.reference.api.pandas.tseries.offsets.quarterend.name
pandas.tseries.offsets.QuarterEnd.nanos QuarterEnd.nanos
pandas.reference.api.pandas.tseries.offsets.quarterend.nanos
pandas.tseries.offsets.QuarterEnd.normalize QuarterEnd.normalize
pandas.reference.api.pandas.tseries.offsets.quarterend.normalize
pandas.tseries.offsets.QuarterEnd.onOffset QuarterEnd.onOffset()
pandas.reference.api.pandas.tseries.offsets.quarterend.onoffset
pandas.tseries.offsets.QuarterEnd.rollback QuarterEnd.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.quarterend.rollback
pandas.tseries.offsets.QuarterEnd.rollforward QuarterEnd.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.quarterend.rollforward
pandas.tseries.offsets.QuarterEnd.rule_code QuarterEnd.rule_code
pandas.reference.api.pandas.tseries.offsets.quarterend.rule_code
pandas.tseries.offsets.QuarterEnd.startingMonth QuarterEnd.startingMonth
pandas.reference.api.pandas.tseries.offsets.quarterend.startingmonth
pandas.tseries.offsets.Second classpandas.tseries.offsets.Second 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.second
pandas.tseries.offsets.Second.__call__ Second.__call__(*args, **kwargs) Call self as a function.
pandas.reference.api.pandas.tseries.offsets.second.__call__
pandas.tseries.offsets.Second.apply Second.apply()
pandas.reference.api.pandas.tseries.offsets.second.apply
pandas.tseries.offsets.Second.apply_index Second.apply_index(other)
pandas.reference.api.pandas.tseries.offsets.second.apply_index
pandas.tseries.offsets.Second.base Second.base Returns a copy of the calling offset object with n=1 and all other attributes equal.
pandas.reference.api.pandas.tseries.offsets.second.base
pandas.tseries.offsets.Second.copy Second.copy()
pandas.reference.api.pandas.tseries.offsets.second.copy
pandas.tseries.offsets.Second.delta Second.delta
pandas.reference.api.pandas.tseries.offsets.second.delta
pandas.tseries.offsets.Second.freqstr Second.freqstr
pandas.reference.api.pandas.tseries.offsets.second.freqstr
pandas.tseries.offsets.Second.is_anchored Second.is_anchored()
pandas.reference.api.pandas.tseries.offsets.second.is_anchored
pandas.tseries.offsets.Second.is_month_end Second.is_month_end()
pandas.reference.api.pandas.tseries.offsets.second.is_month_end
pandas.tseries.offsets.Second.is_month_start Second.is_month_start()
pandas.reference.api.pandas.tseries.offsets.second.is_month_start
pandas.tseries.offsets.Second.is_on_offset Second.is_on_offset()
pandas.reference.api.pandas.tseries.offsets.second.is_on_offset
pandas.tseries.offsets.Second.is_quarter_end Second.is_quarter_end()
pandas.reference.api.pandas.tseries.offsets.second.is_quarter_end
pandas.tseries.offsets.Second.is_quarter_start Second.is_quarter_start()
pandas.reference.api.pandas.tseries.offsets.second.is_quarter_start
pandas.tseries.offsets.Second.is_year_end Second.is_year_end()
pandas.reference.api.pandas.tseries.offsets.second.is_year_end
pandas.tseries.offsets.Second.is_year_start Second.is_year_start()
pandas.reference.api.pandas.tseries.offsets.second.is_year_start
pandas.tseries.offsets.Second.isAnchored Second.isAnchored()
pandas.reference.api.pandas.tseries.offsets.second.isanchored
pandas.tseries.offsets.Second.kwds Second.kwds
pandas.reference.api.pandas.tseries.offsets.second.kwds
pandas.tseries.offsets.Second.n Second.n
pandas.reference.api.pandas.tseries.offsets.second.n
pandas.tseries.offsets.Second.name Second.name
pandas.reference.api.pandas.tseries.offsets.second.name
pandas.tseries.offsets.Second.nanos Second.nanos
pandas.reference.api.pandas.tseries.offsets.second.nanos
pandas.tseries.offsets.Second.normalize Second.normalize
pandas.reference.api.pandas.tseries.offsets.second.normalize
pandas.tseries.offsets.Second.onOffset Second.onOffset()
pandas.reference.api.pandas.tseries.offsets.second.onoffset
pandas.tseries.offsets.Second.rollback Second.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.second.rollback
pandas.tseries.offsets.Second.rollforward Second.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.second.rollforward
pandas.tseries.offsets.Second.rule_code Second.rule_code
pandas.reference.api.pandas.tseries.offsets.second.rule_code
pandas.tseries.offsets.SemiMonthBegin classpandas.tseries.offsets.SemiMonthBegin Two DateOffset’s per month repeating on the first day of the month and day_of_month. Parameters n:int normalize:bool, default False day_of_month:int, {2, 3,…,27}, default 15 Attributes base Returns a copy of the calling offset object with n=1 and all other attributes equal. day_of_month 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.semimonthbegin
pandas.tseries.offsets.SemiMonthBegin.__call__ SemiMonthBegin.__call__(*args, **kwargs) Call self as a function.
pandas.reference.api.pandas.tseries.offsets.semimonthbegin.__call__
pandas.tseries.offsets.SemiMonthBegin.apply SemiMonthBegin.apply()
pandas.reference.api.pandas.tseries.offsets.semimonthbegin.apply
pandas.tseries.offsets.SemiMonthBegin.apply_index SemiMonthBegin.apply_index(other)
pandas.reference.api.pandas.tseries.offsets.semimonthbegin.apply_index
pandas.tseries.offsets.SemiMonthBegin.base SemiMonthBegin.base Returns a copy of the calling offset object with n=1 and all other attributes equal.
pandas.reference.api.pandas.tseries.offsets.semimonthbegin.base
pandas.tseries.offsets.SemiMonthBegin.copy SemiMonthBegin.copy()
pandas.reference.api.pandas.tseries.offsets.semimonthbegin.copy
pandas.tseries.offsets.SemiMonthBegin.day_of_month SemiMonthBegin.day_of_month
pandas.reference.api.pandas.tseries.offsets.semimonthbegin.day_of_month
pandas.tseries.offsets.SemiMonthBegin.freqstr SemiMonthBegin.freqstr
pandas.reference.api.pandas.tseries.offsets.semimonthbegin.freqstr
pandas.tseries.offsets.SemiMonthBegin.is_anchored SemiMonthBegin.is_anchored()
pandas.reference.api.pandas.tseries.offsets.semimonthbegin.is_anchored
pandas.tseries.offsets.SemiMonthBegin.is_month_end SemiMonthBegin.is_month_end()
pandas.reference.api.pandas.tseries.offsets.semimonthbegin.is_month_end
pandas.tseries.offsets.SemiMonthBegin.is_month_start SemiMonthBegin.is_month_start()
pandas.reference.api.pandas.tseries.offsets.semimonthbegin.is_month_start
pandas.tseries.offsets.SemiMonthBegin.is_on_offset SemiMonthBegin.is_on_offset()
pandas.reference.api.pandas.tseries.offsets.semimonthbegin.is_on_offset
pandas.tseries.offsets.SemiMonthBegin.is_quarter_end SemiMonthBegin.is_quarter_end()
pandas.reference.api.pandas.tseries.offsets.semimonthbegin.is_quarter_end
pandas.tseries.offsets.SemiMonthBegin.is_quarter_start SemiMonthBegin.is_quarter_start()
pandas.reference.api.pandas.tseries.offsets.semimonthbegin.is_quarter_start
pandas.tseries.offsets.SemiMonthBegin.is_year_end SemiMonthBegin.is_year_end()
pandas.reference.api.pandas.tseries.offsets.semimonthbegin.is_year_end
pandas.tseries.offsets.SemiMonthBegin.is_year_start SemiMonthBegin.is_year_start()
pandas.reference.api.pandas.tseries.offsets.semimonthbegin.is_year_start
pandas.tseries.offsets.SemiMonthBegin.isAnchored SemiMonthBegin.isAnchored()
pandas.reference.api.pandas.tseries.offsets.semimonthbegin.isanchored
pandas.tseries.offsets.SemiMonthBegin.kwds SemiMonthBegin.kwds
pandas.reference.api.pandas.tseries.offsets.semimonthbegin.kwds
pandas.tseries.offsets.SemiMonthBegin.n SemiMonthBegin.n
pandas.reference.api.pandas.tseries.offsets.semimonthbegin.n
pandas.tseries.offsets.SemiMonthBegin.name SemiMonthBegin.name
pandas.reference.api.pandas.tseries.offsets.semimonthbegin.name
pandas.tseries.offsets.SemiMonthBegin.nanos SemiMonthBegin.nanos
pandas.reference.api.pandas.tseries.offsets.semimonthbegin.nanos
pandas.tseries.offsets.SemiMonthBegin.normalize SemiMonthBegin.normalize
pandas.reference.api.pandas.tseries.offsets.semimonthbegin.normalize
pandas.tseries.offsets.SemiMonthBegin.onOffset SemiMonthBegin.onOffset()
pandas.reference.api.pandas.tseries.offsets.semimonthbegin.onoffset
pandas.tseries.offsets.SemiMonthBegin.rollback SemiMonthBegin.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.semimonthbegin.rollback
pandas.tseries.offsets.SemiMonthBegin.rollforward SemiMonthBegin.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.semimonthbegin.rollforward
pandas.tseries.offsets.SemiMonthBegin.rule_code SemiMonthBegin.rule_code
pandas.reference.api.pandas.tseries.offsets.semimonthbegin.rule_code