An open API service indexing awesome lists of open source software.

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

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