Pandas时间序列数据: 转换与处理

本篇主要讲解如何使用Pandas转换与处理时间序列数据, 涉及以下几个核心概念:

  • 时间相关的类: Timestamp, Period, Timedelta
  • Timestamp: 属性与使用方法
  • Period: 属性与使用方法
  • DatetimeIndex: 创建与使用, 函数参数详解
  • PeriodIndex: 创建与使用, 函数参数详解
  • 课堂案例: 通过实际案例, 深入理解Pandas时间序列数据处理技巧