Index keys are boxed to Period objects which carries the metadata (eg, frequency information).
Optional period-like data to construct index with.
Make a copy of input ndarray.
One of pandas period strings or corresponding objects.
Immutable ndarray holding ordinal values indicating regular periods in time.
DatetimeIndex
Index with datetime64 data.
Index
The base pandas Index type.
Period
Represents a period of time.
TimedeltaIndex
Index of timedelta64 data.
period_range
Create a fixed-frequency PeriodIndex.
>>> idx = pd.PeriodIndex(year=[2000, 2002], quarter=[1, 3])See :
... idx PeriodIndex(['2000Q1', '2002Q3'], dtype='period[Q-DEC]')
The following pages refer to to this document either explicitly or contain code examples using this.
pandas.core.arrays.period.period_array
pandas.core.frame.DataFrame.resample
pandas.core.arrays.datetimes.DatetimeArray.to_period
pandas.core.indexes.timedeltas.TimedeltaIndex
pandas.core.indexes.datetimes.DatetimeIndex
pandas.core.series.Series.resample
pandas.core.indexes.base.Index
pandas.core.generic.NDFrame.resample
pandas.core.arrays.period.PeriodArray
Hover to see nodes names; edges to Self not shown, Caped at 50 nodes.
Using a canvas is more power efficient and can get hundred of nodes ; but does not allow hyperlinks; , arrows or text (beyond on hover)
SVG is more flexible but power hungry; and does not scale well to 50 + nodes.
All aboves nodes referred to, (or are referred from) current nodes; Edges from Self to other have been omitted (or all nodes would be connected to the central node "self" which is not useful). Nodes are colored by the library they belong to, and scaled with the number of references pointing them