A simple python package that provides functions for a collection of common data science tasks
You can get datastuff
from PyPI,
which means it's easily installable with pip
:
pip install datastuff
Refer to the CHANGELOG.rst file.
Tutorial I followed to build this package: https://mathspp.com/blog/how-to-create-a-python-package-in-2022