Skip to content

A helper package for preparing and combining data from a variety of sources

License

Notifications You must be signed in to change notification settings

ngupta23/data_prep_helper

Repository files navigation

"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 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

0.0.1

  • Initial Release