时间序列数据处理
2019-01-16 本文已影响13人
何hw
1.时间戳timestamp
pandas.Timestamp
2.时间索引DatetimeIndex
pd.to_datetime()
3.时间数据重采样
resample的目的是提升或降低一个时间索引序列的频率
1.时间戳timestamp
pandas.Timestamp
2.时间索引DatetimeIndex
pd.to_datetime()
3.时间数据重采样
resample的目的是提升或降低一个时间索引序列的频率