大多是常用第三方库.
其他库
unyt
2022/7/7
涉及到浮点数的单位相等判断会有问题, 参考 issue#238
Pandas
Cookbook
2020/5/30
pipeline (df.pipe), 临时列 (df.assign) 等
- peter. (2022). Cookbook
- data school. (2018). What’s the future of the pandas library?
- Sin-Yi Chou. (2019). Pandas - Pipe Method. 用装饰器辅助 debug
groupby 默认会排序
2022/4/25
sort : bool, default True
Sort group keys. Get better performance by turning this off. Note this does not influence the order of observations within each group. Groupby preserves the order of rows within each group.