版本 0.7.1 (2012年2月29日)#
此版本包括一些新功能,并解决了 0.7.0 中的十几个错误。
新功能#
在 pandas 命名空间中添加
to_clipboard
函数,用于将对象写入系统剪贴板 (GH 774)为 DataFrame 添加
itertuples
方法,用于将数据框的行迭代为元组 (GH 818)添加能力以传递 fill_value 和 method 到 DataFrame 和 Series 的 align 方法 (GH 806, GH 807)
为 reindex, align 方法添加 fill_value 选项 (GH 784)
启用 concat 从 Series 生成 DataFrame (GH 787)
将
between
方法添加到 Series (GH 802)为 DataFrame 添加 HTML 表示钩子,用于 IPython HTML 笔记本 (GH 773)
使用 openpyxl 读取 Excel 2007 XML 文档的支持
性能提升#
提高在 DataFrame 上使用 fillna 的性能和内存使用
可以将一系列 Series 沿 axis=1 连接以获得一个 DataFrame (GH 787)
贡献者#
共有9人为此版本贡献了补丁。名字后面带有“+”的人首次贡献了补丁。
Adam Klein
Brian Granger +
Chang She
Dieter Vandenbussche
Josh Klein
Steve +
Wes McKinney
Wouter Overmeire
Yaroslav Halchenko