1 个仓库
Python toolkits designed for the import, export, and programmatic manipulation of structured tabular datasets.
Distinct from Python-Excel Data Exchange: The candidates focus too narrowly on Excel bridges or audio libraries; this is a general-purpose tabular data library.
Explore 1 awesome GitHub repository matching data & databases · Python Tabular Data Libraries. Refine with filters or upvote what's useful.
Tablib 是一个用于导入、导出和操作表格数据集的 Python 库。它作为多格式数据转换器和管理器,允许用户在不同的文件标准之间迁移信息。 该库支持 CSV、JSON、YAML 和 Excel 格式之间的数据转换。它提供了一个编程接口,通过添加行、过滤列和分离记录来管理这些数据集。 系统使用通用的内部表示和基于适配器的映射来规范化不同的输入源,从而在支持的文件格式之间实现一致的读写操作。
Provides a comprehensive Python tool for managing datasets across CSV, JSON, YAML, and Excel formats.