Skip to content

tomasoak/datahopper

Repository files navigation

Data Hopper
GitHub last commit Netlify status PyPI version

Python package for data engineering and data wrangling




About

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


Requirements

  • Python >= 3.8
  • Pandas >= 2.0.0
  • NumPy >= 1.22

Installation

You can install with poetry or pip
poetry:

poetry add data-hopper

pip:

pip install data-hopper

Contributions

This is an open-source project, fell free to add your favorite data engineering and data wrangling solutions!

How to contribute

First, clone the repository

git clone https://github.com/tomasoak/data_hopper.git

Install the requirements

poetry:

cat requirements.txt | xargs poetry add

pip:

pip install -r requirements.txt

Create a local branch

git checkout branch <your_branch_name>

🚀💻 Add your best data engineering and data wrangling solutions and then open a Pull Request


License

This project is licensed under the terms of the MIT license.

Packages

No packages published

Languages