This package browser is in early development. Mind the rough edges.

python-tablib 3.0.0

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.

Installation

Install python-tablib 3.0.0 as follows:

guix install python-tablib@3.0.0

Or install the latest version:

guix install python-tablib

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.