##### Pandas.函数
- 输入输出
- [[pd.read_csv()]]
- [[pd.read_excel()]]
- 数据操作
- [[pd.melt()]] 逆透视
- [[pd.pivot]] 透视
- [[pd.pivot_table()]] 聚合透视
- [[pd.crosstab()]] 列联表
- [[pd.cut()]] 连续值分组
- [[pd.qcut()]] 连续值分位数分组
- [[pd.concat()]] 沿轴拼接
- [[pd.merge()]] 连接合并
- 时间日期处理
- [[pd.to_datetime()]] 转[[class pd.Timestamp]]
- [[pd.to_timedelta]] 转[[class pd.Timedelta]]
- [[pd.date_range()]] 创建[[class pd.DatetimeIndex]]
- [[pd.timedelta_range]] 创建[[class pd.TimedeltaIndex]]
- [[pd.period_range]] 创建[[class pd.PeriodIndex]]