Skip to content

Latest commit

 

History

History
62 lines (46 loc) · 1.8 KB

README.rst

File metadata and controls

62 lines (46 loc) · 1.8 KB

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/