pandas
PeriodDtype.freq
The frequency object of this PeriodDtype.
Examples
>>> dtype = pd.PeriodDtype(freq='D') >>> dtype.freq <Day>
previous
pandas.PeriodDtype
next
pandas.Interval