https://github.com/thombashi/tabledata
tabledata is a Python library to represent tabular data.
https://github.com/thombashi/tabledata
python-library table-data
Last synced: 26 days ago
JSON representation
tabledata is a Python library to represent tabular data.
- Host: GitHub
- URL: https://github.com/thombashi/tabledata
- Owner: thombashi
- License: mit
- Created: 2017-11-12T09:23:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-31T14:11:13.000Z (5 months ago)
- Last Synced: 2025-04-27T09:02:13.411Z (about 1 month ago)
- Topics: python-library, table-data
- Language: Python
- Homepage: http://tabledata.rtfd.io/
- Size: 359 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
.. contents:: **tabledata**
:backlinks: top
:depth: 2Summary
---------
`tabledata `__ is a Python library to represent tabular data. Used for pytablewriter/pytablereader/SimpleSQLite/etc... image:: https://badge.fury.io/py/tabledata.svg
:target: https://badge.fury.io/py/tabledata
:alt: PyPI package version.. image:: https://img.shields.io/pypi/pyversions/tabledata.svg
:target: https://pypi.org/project/tabledata
:alt: Supported Python versions.. image:: https://img.shields.io/pypi/implementation/tabledata.svg
:target: https://pypi.org/project/tabledata
:alt: Supported Python implementations.. image:: https://github.com/thombashi/tabledata/actions/workflows/ci.yml/badge.svg
:target: https://github.com/thombashi/tabledata/actions/workflows/ci.yml
:alt: Linux/macOS/Windows CI status.. image:: https://coveralls.io/repos/github/thombashi/tabledata/badge.svg?branch=master
:target: https://coveralls.io/github/thombashi/tabledata?branch=master
:alt: Test coverageInstallation
============Install from PyPI
------------------------------
::pip install tabledata
Install from PPA (for Ubuntu)
------------------------------
::sudo add-apt-repository ppa:thombashi/ppa
sudo apt update
sudo apt install python3-tabledataDependencies
============
- Python 3.9+
- `Mandatory Python package dependencies (automatically installed) `__Optional Python packages
------------------------------------------------
- `loguru `__
- Used for logging if the package installed
- `pandas `__
- required to get table data as a pandas data frameDocumentation
===============
https://tabledata.rtfd.io/