NYC Taxi Data
This project uses 2013 New York City taxi trip data to create a month by month interactive visualization exposing trip frequencies by hour of day/day of week. Check out the live visualization here. This project relies on D3 and Peter Cook's circular heat chart library.
You can find the raw data here and the Apache Spark script I used to aggregate the data is the item in this repo called taxi_dategroupby.py.