1. tabledata

PyPI package version Supported Python versions Supported Python implementations Linux/macOS/Windows CI status Test coverage

1.1. Summary

tabledata is a Python library to represent tabular data. Used for pytablewriter/pytablereader/SimpleSQLite/etc.



2. Installation

2.1. Install from PyPI

pip install tabledata

2.2. Install from PPA (for Ubuntu)

sudo add-apt-repository ppa:thombashi/ppa
sudo apt update
sudo apt install python3-tabledata

3. Dependencies

3.1. Optional Python packages

  • loguru
    • Used for logging if the package installed
  • pandas
    • required to get table data as a pandas data frame