Skip to content

jazzband/tablib

Folders and files

NameName
Last commit message
Last commit date
Jan 19, 2025
Jan 25, 2025
Feb 22, 2025
Feb 22, 2025
Oct 5, 2019
Feb 17, 2023
Aug 10, 2020
Jan 19, 2025
Oct 30, 2021
Feb 22, 2025
Oct 22, 2021
Jan 22, 2025
Oct 18, 2019
Nov 8, 2023
Dec 10, 2022
Oct 8, 2024
Nov 14, 2020
Oct 8, 2024

Repository files navigation

Tablib: format-agnostic tabular dataset library

Jazzband PyPI version Supported Python versions PyPI downloads GitHub Actions status codecov GitHub

_____         ______  ___________ ______
__  /_______ ____  /_ ___  /___(_)___  /_
_  __/_  __ `/__  __ \__  / __  / __  __ \
/ /_  / /_/ / _  /_/ /_  /  _  /  _  /_/ /
\__/  \__,_/  /_.___/ /_/   /_/   /_.___/

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!

Contribute

Please see the contributing guide.