https://github.com/ngupta23/data_prep_helper
A helper package for preparing and combining data from a variety of sources
https://github.com/ngupta23/data_prep_helper
data data-science dataprep datapreparation dataprocessing helpers python
Last synced: 11 months ago
JSON representation
A helper package for preparing and combining data from a variety of sources
- Host: GitHub
- URL: https://github.com/ngupta23/data_prep_helper
- Owner: ngupta23
- License: mit
- Created: 2019-08-26T10:39:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-26T10:56:14.000Z (over 6 years ago)
- Last Synced: 2025-03-14T16:42:20.839Z (12 months ago)
- Topics: data, data-science, dataprep, datapreparation, dataprocessing, helpers, python
- Language: Python
- Size: 50.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# "data_prep_helper" Package
This is a helper package for preparing and combining data from a variety of sources as described in the Overview section below.
# Installation
```
pip install data_prep_helper
```
# Overview
This is a helper package for a variety of functions
1. Allows you to read data form a variety of sources
* A single csv file
* A single xls file
* A folder containing multiple csv file
* A weblink to a csv
* A pandas dataframe
2. Allows you to specify multiple data sources.
3. Helper functions to clean the data
4. Helper functions to combine the data for final consumption
# Examples
Check out the [examples](https://github.com/ngupta23/data_prep_helper/tree/master/examples) folder for details on usage
# Version History
## 0.0.3
* Fixed link to internal imports
## 0.0.2
* Fixed package name to remove - and replace with _ [PEP8 format](https://stackoverflow.com/questions/761519/is-it-ok-to-use-dashes-in-python-files-when-trying-to-import-them)
## 0.0.1
* Initial Release