Data Wrangling Test

Description

A script for generating daily and monthly Henry Hub gas prices.

Dependencies

  • requests

Data

Links on Datahub

Setup Instructions

  • Check that python 3 is installed:

    python --version
    
  • Clone the repo and cd into it:

    git clone https://github.com/tonyguesswho/data-wrangling.git
    
  • Set up a python virtual enviroment:

    use virtualenv or pipenv
    
  • Install dependencies from requirements.txt file:

    pip install -r requirements.txt
    
    
  • Run the script:

    python lib/script.py
    
    

Author

Anthony Ugwu