Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

Latest commit

 

History

History
91 lines (53 loc) · 2.68 KB

File metadata and controls

91 lines (53 loc) · 2.68 KB

utils_tabdata

https://app.codacy.com/project/badge/Grade/9c4ebf6860024ff3a37dd7f441dc7a57
https://app.codacy.com/project/badge/Coverage/9c4ebf6860024ff3a37dd7f441dc7a57

Small module with tools to organize and work with tabular data (from CSV files or Pandas Data Frames).

Installation

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

Classes

UtilsChart

from utils_tabdata import UtilsChart

Public interface

UtilsCSV

from utils_tabdata import UtilsCSV

Public interface

UtilsPDA

from utils_tabdata import UtilsPDA

Public interface

Terminal Commands

On the command line 'utils_tabdata --help' can be used to see the available terminal commands.