1.3.1 版本的新特性(2021年7月25日)#
这是 pandas 1.3.1 中的更改。请参阅 发行说明 以获取包括其他版本 pandas 的完整更新日志。
修复的回归问题#
pandas 无法在 PyPy 上构建 (GH 42355)
修复了当 DataFrame 具有扩展数组数据类型、重复索引和
axis=1
时,DataFrame.agg()
中值丢失的回归问题 (GH 42380)修复了
DataFrame.astype()
改变非连续数据顺序的回归问题 (GH 42396)在需要转换的归约操作中,
DataFrame
的性能回归,例如在整数数据上的DataFrame.mean()
(GH 38592)当
orient
参数为 “records”、”dict” 或 “split” 时,DataFrame.to_dict()
和Series.to_dict()
的性能回归 (GH 42352)在索引时修复了使用
list
子类不正确地引发TypeError
的回归问题 (GH 42433, GH 42461)修复了
DataFrame.isin()
和Series.isin()
在包含至少一个缺失值的可空数据中引发TypeError
的回归问题 (GH 42405)修复了
SettingWithCopyWarning
显示不正确的堆栈级别的问题 (GH 42570)修复了当其中一个
by
列在索引中时merge_asof()
引发KeyError
的回归问题 (GH 34488)修复了在
cache=True
时,to_datetime()
对产生重复值的输入返回 pd.NaT 的回归问题 (GH 42259)修复了在只有一行数据的 Series 上调用
SeriesGroupBy.value_counts()
时导致的IndexError
问题 (GH 42618)
错误修复#
修复了当 DataFrame 具有扩展数组数据类型和重复索引时,
DataFrame.transpose()
中值丢失的错误 (GH 42380)修复了在调用
index=False
和偏移索引时,DataFrame.to_xml()
引发KeyError
的错误 (GH 42458)修复了
Styler.set_sticky()
在单索引列情况下未能正确处理索引名称的错误 (GH 42537)修复了
DataFrame.copy()
中未能合并结果块的错误 (GH 42579)
贡献者#
总共有17人为此版本贡献了补丁。名字后面带有“+”的人首次贡献了补丁。
Fangchen Li
GYvan +
Matthew Roeschke
Matthew Zeitlin
MeeseeksMachine
Pandas Development Team
Patrick Hoefler
Richard Shadrach
Shoham Debnath +
Simon Hawkins
Stephan Heßelmann +
Stephen +
Thomas Li
Zheyuan +
attack68
jbrockmendel
neelmraman +