Python package for data engineering and data wrangling
Documentation: https://data-hopper.netlify.app/
Developed aiming at saving many solutions that I have found working as Data Scientist/Engineer.
Hope this can be helpful to you as well :)
You can find out more on Docs or on PyPI
- Python >= 3.8
- Pandas >= 2.0.0
- NumPy >= 1.22
You can install with poetry or pip
poetry:
poetry add data-hopperpip:
pip install data-hopperThis is an open-source project, fell free to add your favorite data engineering and data wrangling solutions!
First, clone the repository
git clone https://github.com/tomasoak/data_hopper.gitInstall the requirements
poetry:
cat requirements.txt | xargs poetry addpip:
pip install -r requirements.txtCreate a local branch
git checkout branch <your_branch_name>🚀💻 Add your best data engineering and data wrangling solutions and then open a Pull Request
This project is licensed under the terms of the MIT license.