This is an data analysis project of NYC taxi trips from 2009 to 2012. Here you have instructions to reproduce the results.
To reproduce the results, first of all you have to get the dataset and create a folder named "data" in the principal folder (NYC-Taxi-Trips). The links to the datasets can be found below.
Dataset | Description |
---|---|
2009, 2010, 2011, 2012 | Taxi Trips data in New York City. |
Vendor | Taxi Service Company Data |
Payment | Map between prefixes and actual payment types |
The analysis was made using some python libraries. Install the dependencies from "requirements.txt" to get the correct versions.
Tip: You can create an virtual-env to not lose your actual versions, it could your other projects. You can see more about virtual-envs here
$ pip install -r requirements.txt
Now you can use our notebook trying to reproduce our results. Any doubts please contact me :)