Installation

To install extra-datasience-tools using PyPi

pip install extra-datascience-tools

To install extra-datascience-tools without using PyPi

git clone https://github.com/sTomerG/extra-datascience-tools.git
cd extra-datascience-tools
pip install .

If problems arise please upgrade pip:

python3 -m pip install --upgrade pip

Usage

>>> import extra_ds_tools

To see the most used functionalities see the Tutorial.
To see all functionalities consult the API Reference.