This project provides an analysis of the dataset provided by Pronto CycleShare data that was made available in 2015. It is inspired by the analysis done by one of the Data Science Fellow’s here at University of Washington, Jake Vanderplas. The project involved the use of NumpPy
, Pandas
for the data analysis part and the use of Matplotlib
and Seaborn
for interesting plots and visualizations that we can observe below. Following is the snippet to obtain count of trips by date.
In the above figure we can see the plot between the count of trips made by date. It is segregated by the type of membership that a user has viz Annual Membership or Day-Pass. We observe how the trip made by Day-Pass user’s changes in line with the seasons. While the usage of Annual members is more frequent and regular. Let us go a little more granular and look at an average of the trips by week.