13-OCT-2019
Explore US Bikeshare data
In this project, I will make use of Python to explore data related to bike share systems for three major cities in the United States (Chicago, New York City, and Washington). I will write code to import the data and answer interesting questions about it by computing descriptive statistics. I will also write a script that takes in raw input to create an interactive experience in the terminal to present these statistics.
- time: to measure time the script took to execute.
- pandas: to perform analysis on the city data via the use of data-frames.
- bikeshare.py
- chicago.csv
- new_york_city.csv
- washington.csv
- Udacity lessons and exercises
- Python documentation from python.org
- Pandas documentation from pandas.pydata.org
- GeeksforGeeks.org
- stackoverflow.com
- GitHub