Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 1.37 KB

README.md

File metadata and controls

14 lines (7 loc) · 1.37 KB

#Citibike_Heatmap

##A python project for creating an animated heap map of historical NYC CitiBike data.

Citibike is NYC's new(ish) and very popular bike share program. Citibike customers can take a bike from any station, and leave it at any other station. It's natural to assume that after some time, certain areas of the city will end up with a high density of bikes, and others areas will have few bikes. Moreover, this relative density is likely to fluctuate in both space and time.

This project is an attempt to visualize the approximate density of available bikes throughout the day, using Citibike's own system data available at: http://citibikenyc.com/system-data

###Technical Details:

This project uses the wonderful Pandas data analysis library for data cleaning, formatting and analysis. To visualize the movement of Citibikes, it builds a Matplotlib figure. To assist in the creation of the heatmap, I used Numpy and some techniques borrowed from this StackOverflow question.

###Please visit this iPython notebook for a more in-depth look at this project.