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

lfir/utils_tabdata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

utils_tabdata

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