2 Overview
Following table shows the type of time-related classes pandas can handle and how to create them.
Class | Remarks | How to create |
---|---|---|
Timestamp |
Represents a single time stamp | to_datetime , Timestamp |
DatetimeIndex |
Index of Timestamp |
to_datetime , date_range , DatetimeIndex |
Period |
Represents a single time span | Period |
PeriodIndex |
Index of Period |
period_range , PeriodIndex |