This was the second project in Programming for Data Science with Python Nanodegree from Udacity. In this project, Python was used to explore data related to bike share systems for three major cities in the United States: Chicago, New York City, and Washington. Interesting questions about the data were answered by computing descriptive statistics.
Randomly selected data for the first six months of 2017 for all three cities.
data provided by https://www.motivateco.com.
Python 3.7.7 - Libraries: NumPy, pandas, time, calendar, and pprint.
01/11/2019.