seehamrun / cs581_taxi_analysis

CS 581 Project to perform taxi analysis on nyc trip data

Home Page:https://docs.google.com/document/d/1p7mqmSa_YLtOwAKsCHSZAhk9Bk_Ks4Exg9zjmKS0ko4/edit?usp=sharing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cs581_taxi_analysis

Packages and file paths are specified in the cells of the jupyter notebook files Command to open the jupyter notebook: $ jupyter notebook

CSV data must be in same directory as code ex: 'yellow_tripdata_2016-05.csv' is the file path for May 2016 data

The primary algorithm is written in cs581demo.ipynb The first 38 cells are data processing and cleansing Cells 77 and 63 contain the matching algorithm for fromLGA and toLGA respectively

Specific parameters (date time, maximum runtime, pool size, window size) are adjusted by editing the matching functions

About

CS 581 Project to perform taxi analysis on nyc trip data

https://docs.google.com/document/d/1p7mqmSa_YLtOwAKsCHSZAhk9Bk_Ks4Exg9zjmKS0ko4/edit?usp=sharing


Languages

Language:Jupyter Notebook 100.0%