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
- plots
..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.
Personally I'm a huge fan of well-documented code, and this package strives for quality and well-documented code over lots of under-documented features. Please visit ReadTheDocs for this package's extensive documentation.
pip 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 make sure to have the latest version of pip:
python3 -m pip install --upgrade pip
>>> import extra_ds_tools
For more information see the tutorial.