Python package with extra tools for data science.

Welcome to extra-datascience-tools, a Python package which offers additional tools for data scientists. These tools include or will include e.g.:

  • functions

  • classes

  • decorators

  • graphs

which are useful and often used for most data science projects, so that you don’t need to rewrite the same code over again or invent it yourself. Please be aware that this package was launched in oktober 2022 and thus the current amount of features might be limited, but the features that are present can be of great use.

Read the installation instructions in Installation. To see the most used functionalities see the Tutorial. To see all functionalities consult the API Reference.

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