Skip to content

Latest commit

 

History

History

README.md

Project 1

The initial idea came from the Hubway Challenge (2011 ~ 2013). Found it on one of the github links on the piazza post.

The idea is to do the challenge using updated datasets.

Datasets used:

1. Hubway Stations

2. MBTA Stations/Stops

3. Street Light Locations

4. Crime Reports Boston

5. Parking Meter Locations

Files:

retrieve.py - Data retrieving

mbta_hub_trans.py - Transformation 1, Detailed comments inside file

light_crime.py - Transformation 2, Detailed comments inside file

meter_crime.py - Transformation 3, Detailed comments inside file