Skip to content

tabledata is a Python library to represent tabular data.

License

Notifications You must be signed in to change notification settings

thombashi/tabledata

Repository files navigation

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

PyPI package version Supported Python versions Supported Python implementations Linux/macOS/Windows CI status Test coverage
pip install tabledata
sudo add-apt-repository ppa:thombashi/ppa
sudo apt update
sudo apt install python3-tabledata
  • loguru
    • Used for logging if the package installed
  • pandas
    • required to get table data as a pandas data frame

https://tabledata.rtfd.io/