时间序列数据处理

1.时间戳timestamp
pandas.Timestamp

2.时间索引DatetimeIndex
pd.to_datetime()

3.时间数据重采样
resample的目的是提升或降低一个时间索引序列的频率

image.png

你可能感兴趣的:(时间序列数据处理)