pandas.tseries.offsets.Second.kwds#
- Second.kwds#
Return a dict of extra parameters for the offset.
See also
tseries.offsets.DateOffset
The base class for all pandas date offsets.
tseries.offsets.WeekOfMonth
Represents the week of the month.
tseries.offsets.LastWeekOfMonth
Represents the last week of the month.
Examples
>>> pd.DateOffset(5).kwds {}
>>> pd.offsets.FY5253Quarter().kwds {'weekday': 0, 'startingMonth': 1, 'qtr_with_extra_week': 1, 'variation': 'nearest'}