Skip to content

DavideLagano/extra-datascience-tools

 
 

Repository files navigation

Version Downloads Code style: black

Python package with extra tools to use 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
  • 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.

Github page

Installation

Using PyPi

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

Usage

>>> import extra_ds_tools

About

Extra tools to use for data science

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%