Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jazzband/tablib
Python Module for Tabular Datasets in XLS, CSV, JSON, YAML, &c.
https://github.com/jazzband/tablib
Last synced: 11 days ago
JSON representation
Python Module for Tabular Datasets in XLS, CSV, JSON, YAML, &c.
- Host: GitHub
- URL: https://github.com/jazzband/tablib
- Owner: jazzband
- License: mit
- Created: 2011-03-28T02:36:50.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-10-08T13:11:00.000Z (about 1 month ago)
- Last Synced: 2024-10-11T17:43:26.208Z (28 days ago)
- Language: Python
- Homepage: https://tablib.readthedocs.io/
- Size: 1.99 MB
- Stars: 4,604
- Watchers: 134
- Forks: 593
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-list - Tablib - Python Module for Tabular Datasets in XLS, CSV, JSON, YAML, &c. (Data Format & I/O / For Python)
- awesome-python-machine-learning-resources - GitHub - 12% open · ⏱️ 11.07.2022): (数据读写与提取)
- StarryDivineSky - jazzband/tablib
- best-of-python - GitHub - 12% open · ⏱️ 05.04.2024): (Data Loading & Extraction)
README
# Tablib: format-agnostic tabular dataset library
[![Jazzband](https://jazzband.co/static/img/badge.svg)](https://jazzband.co/)
[![PyPI version](https://img.shields.io/pypi/v/tablib.svg)](https://pypi.org/project/tablib/)
[![Supported Python versions](https://img.shields.io/pypi/pyversions/tablib.svg)](https://pypi.org/project/tablib/)
[![PyPI downloads](https://img.shields.io/pypi/dm/tablib.svg)](https://pypistats.org/packages/tablib)
[![GitHub Actions status](https://github.com/jazzband/tablib/workflows/Test/badge.svg)](https://github.com/jazzband/tablib/actions)
[![codecov](https://codecov.io/gh/jazzband/tablib/branch/master/graph/badge.svg)](https://codecov.io/gh/jazzband/tablib)
[![GitHub](https://img.shields.io/github/license/jazzband/tablib.svg)](LICENSE)_____ ______ ___________ ______
__ /_______ ____ /_ ___ /___(_)___ /_
_ __/_ __ `/__ __ \__ / __ / __ __ \
/ /_ / /_/ / _ /_/ /_ / _ / _ /_/ /
\__/ \__,_/ /_.___/ /_/ /_/ /_.___/Tablib is a format-agnostic tabular dataset library, written in Python.
Output formats supported:
- Excel (Sets + Books)
- JSON (Sets + Books)
- YAML (Sets + Books)
- Pandas DataFrames (Sets)
- HTML (Sets)
- Jira (Sets)
- LaTeX (Sets)
- TSV (Sets)
- ODS (Sets)
- CSV (Sets)
- DBF (Sets)Note that tablib *purposefully* excludes XML support. It always will. (Note: This is a
joke. Pull requests are welcome.)Tablib documentation is graciously hosted on https://tablib.readthedocs.io
It is also available in the ``docs`` directory of the source distribution.
Make sure to check out [Tablib on PyPI](https://pypi.org/project/tablib/)!
## Contribute
Please see the [contributing guide](https://github.com/jazzband/tablib/blob/master/.github/CONTRIBUTING.md).