更新纪录:
1. 安装 pandas 时可以顺便安装可选功能:
pip install "pandas[performance, aws]>=2.0.0"
可选的功能有: [all, performance, computation, fss, aws, gcp, excel, parquet, feather, hdf5, spss, postgresql, mysql, sql-other, html, xml, plot, output_formatting, clipboard, compression, test]
2. 增强 copy on write 优化性能。
3. 几个关于时间处理的不兼容变化。
4. 使用新引擎处理 DataFrame.to_latex()
5. 删除大量过期的函数模块等等。。
https://pandas.pydata.org/pandas-docs/version/2.0/whatsnew/v2.0.0.html
--
FROM 183.253.146.*