https://github.com/tomasoak/datahopper
Python package for data engineering and data wrangling
https://github.com/tomasoak/datahopper
data data-analysis data-engineering data-mining data-science data-structures data-wrangling datascience pandas python
Last synced: 16 days ago
JSON representation
Python package for data engineering and data wrangling
- Host: GitHub
- URL: https://github.com/tomasoak/datahopper
- Owner: tomasoak
- License: mit
- Created: 2022-03-22T19:36:39.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-27T14:46:31.000Z (almost 3 years ago)
- Last Synced: 2026-01-08T08:54:07.695Z (3 months ago)
- Topics: data, data-analysis, data-engineering, data-mining, data-science, data-structures, data-wrangling, datascience, pandas, python
- Language: Python
- Homepage: https://data-hopper.netlify.app/
- Size: 137 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Data Hopper
Python package for data engineering and data wrangling
___
Documentation: https://data-hopper.netlify.app/
## 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](https://data-hopper.netlify.app/) or on [PyPI](https://pypi.org/project/data-hopper/)
## Requirements
- Python >= 3.8
- Pandas >= 2.0.0
- NumPy >= 1.22
## Installation
You can install with [poetry](https://python-poetry.org/docs/) or [pip](https://pypi.org/project/pip/)
poetry:
```console
poetry add data-hopper
```
pip:
```console
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
```console
git clone https://github.com/tomasoak/data_hopper.git
```
Install the requirements
poetry:
```console
cat requirements.txt | xargs poetry add
```
pip:
```console
pip install -r requirements.txt
```
Create a local branch
```console
git checkout branch
```
:rocket::computer: Add your best data engineering and data wrangling solutions and then open a [Pull Request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests)
## License
This project is licensed under the terms of the [MIT license](https://github.com/tomasoak/datahopper/blob/master/LICENSE).