Small module with tools to organize and work with tabular data (from CSV files or Pandas Data Frames).
git clone https://github.com/Asta1986/utils_tabdata
cd utils_tabdata
pip install .
To run the tests: python -m pytest
To uninstall it: pip uninstall utils_tabdata
UtilsChart
from utils_tabdata import UtilsChart
Public interface
UtilsCSV
from utils_tabdata import UtilsCSV
Public interface
UtilsPDA
from utils_tabdata import UtilsPDA
Public interface
On the command line 'utils_tabdata --help' can be used to see the available terminal commands.