ports/devel/py-dataflows-tabulator/pkg-descr
Po-Chuan Hsieh 20c6a773f9
devel/py-dataflows-tabulator: Add py-dataflows-tabulator 1.54.3
dataflows-tabulator-py is a library for reading and writing tabular data
(csv/xls/json/etc).

Features:
- Supports most common tabular formats: CSV, XLS, ODS, JSON, Google Sheets, SQL,
  and others. See complete list below.
- Loads local and remote data: Supports HTTP, FTP and S3.
- Low memory usage: Only the current row is kept in memory, so you can large
  datasets.
- Supports compressed files: Using ZIP or GZIP algorithms.
- Extensible: You can add support for custom file formats and loaders (e.g.
  FTP).
2024-11-21 21:37:51 +08:00

12 lines
514 B
Text

dataflows-tabulator-py is a library for reading and writing tabular data
(csv/xls/json/etc).
Features:
- Supports most common tabular formats: CSV, XLS, ODS, JSON, Google Sheets, SQL,
and others. See complete list below.
- Loads local and remote data: Supports HTTP, FTP and S3.
- Low memory usage: Only the current row is kept in memory, so you can large
datasets.
- Supports compressed files: Using ZIP or GZIP algorithms.
- Extensible: You can add support for custom file formats and loaders (e.g.
FTP).