data-hopper

Package for data wrangling in python.


Keywords
data, data-analysis, data-mining, data-science, data-structures, data-wrangling, datascience, dataset
License
MIT
Install
pip install data-hopper==0.1.0

Documentation

Data Hopper

Data Hopper is a python package for data wrangling.
Developed aiming at saving many solutions that I have found working as Data Scientist.
Hope this can be helpful to you as well.

You can find out more on PyPI

Installation

Requirements

  • python >= 3.8
  • pandas >= 1.4
  • numpy >= 1.22

You can install this package using
pip install data-hopper

Contributions

Please, fell free to add your favorite data wrangling solutions!

How to contribute

First, clone the repository
git clone https://github.com/tomasoak/data_hopper.git

Install the requirements
pip install -r requirements.txt

Create a local branch
git checkout branch <your_branch_name>

Add your best data wrangling functions and then open a Pull Request