python-tablib
Format agnostic tabular data library
tablib is a format-agnostic tabular dataset library, written in Python. Supported output formats are Excel (Sets + Books), JSON (Sets + Books), YAML (Sets + Books), HTML (Sets), Jira (Sets), TSV (Sets), ODS (Sets), CSV (Sets), and DBF (Sets).
tablib also supports Pandas DataFrames (Sets). Anyhow, since pandas is quite huge, this Guix package doesn't depend on pandas. In case, just also install python-pandas.
- Versions: 3.9.0
- Website: https://tablib.readthedocs.io
- Licenses: Expat
- Package source: gnu/packages/python-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of python-tablib as follows:
guix install python-tablib
Or install a particular version:
guix install python-tablib@3.9.0
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of python-tablib about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/python-tablib'><img src='https://packages.guix.gnu.org/packages/python-tablib/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/python-tablib)
Example Org:
[[https://packages.guix.gnu.org/packages/python-tablib][https://packages.guix.gnu.org/packages/python-tablib/badges/latest-version.svg]]