Skip to content

Data Hopper

Python package for Data Engineering and Data Wrangling

GitHub last commit Netlify status PyPI version



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, PyPI, or Github


Features

This package includes a number of utilities to help you improve your code as well as data reliability:

  • Data Normalize: Get your data ready to analysis with normalize
  • Data Summary: Get quick insights on your data with summary
  • Cloud: Easy access to data on your favorite cloud provider with cloud
  • Viz: Easy visualize your data with viz


Requirements

  • Python >= 3.8
  • Pandas >= 1.4
  • 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!


License

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