Development - Contribuiting
We highly encorage you to add your favorite data wrangling solutions!
Clone repository
First, clone the repository
git clone https://github.com/tomasoak/datahopper.git
After cloning the repository, you can use poetry to create a virtual environment:
Set up the development environment
Create a virtual environment:
poetry shell
python3 -m venv env
source env/bin/activate
Install package requirements
poetry install
python3 -m 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