April 14th, 2022.
Explore US Bikeshare Data
Overview In this project, you 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. You will write code to import the data and answer interesting questions about it by computing descriptive statistics. You will also write a script that takes in raw input to create an interactive experience in the terminal to present these statistics.
What Software Do I Need? To complete this project, the following software requirements apply:
You should have Python 3, NumPy, and pandas installed using Anaconda
A text editor, like Sublime or Atom.
A terminal application (Terminal on Mac and Linux or Cygwin on Windows).
bikeshare.py - Python code
Local database files included on .gitignore: chicago.csv
washington.csv
new_york_city.csv
https://www.w3schools.com/python/python_syntax.asp - Referenced for the Bikeshare project
https://git-scm.com/doc - Very Useful source of information
https://docs.github.com/en/get-started/writing-on-github - Helped in formatting this file