Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.
/ utils_tabdata Public archive

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

License

Notifications You must be signed in to change notification settings

lfir/utils_tabdata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Languages