This programming assignment is part of the Udacity's Data Analyst Nano Degree Program. This is a python program which is computes different descriptive statistics of the features and displays them for city requested by the users.
- The ojective of the project was to implement an efficient python code.
- Explore data related to bikeshare systems for three major bikeshare systems in the United States: Chicago, New York and Washington DC
- Perform data wrangling to unify the format of data from the three systems
- Compute descriptive statistics in Python, pandas and numPy to answer the questions posed about the data
- Use matplotlib to convey statistics and distributions like trip durations, etc.