Apache Arrow格式的Feather文件格式的简单封装库
项目描述
## Python接口到Apache Arrow格式的Feather文件格式
Feather高效地在磁盘上存储pandas DataFrame对象。它依赖于Python的Apache Arrow
## 安装
`shell pip install feather-format `
pip用户注意: feather-format 依赖于 pyarrow,并且可能无法通过pip在您的平台上获得。如果不起作用,请尝试conda-forge。
从 [conda-forge][1]
`shell conda install feather-format -c conda-forge `
## 限制
Feather不支持pandas的一些功能
非字符串列名
行索引
具有非同质数据的对象类型列