Pandas 0.23.0 发布,Python 数据分析工具包

  

Pandas 是一个以 BSD 许可开源的库,为 Python 编程语言提供了高性能、易于使用的数据结构和数据分析工具。

Pandas 0.23.0 是自 0.22.0 以来的又一个主要版本,包括许多 API 更改、弃用,新特性,功能改进、性能改进以及大量错误修复。建议所有用户升级到此版本。

亮点包括:

  • Round-trippable JSON format with ‘table’ orient.

  • Instantiation from dicts respects order for Python 3.6+.

  • Dependent column arguments for assign.

  • Merging / sorting on a combination of columns and index levels.

  • Extending Pandas with custom types.

  • Excluding unobserved categories from groupby.

  • Changes to make output shape of DataFrame.apply consistent.

更多请查看完整更新内容

下载地址:

https://pypi.python.org/pypi/pandas/#downloads

猜你喜欢

转载自www.oschina.net/news/96239/pandas-0-23-0-released