Note: Please fork the current Udacity repository so that you will have a remote repository in your Github account. Clone the remote repository to your local machine. Later, as a part of the project "Post your Work on Github", you will push your proposed changes to the remote repository in your Github account.
9/9/2024
9/11/2024
bikeshare
Python to explore data related to bike share systems for three major cities in the United States—Chicago, New York City
Randomly selected data for the first six months of 2017 are provided for all three cities. All three of the data files contain the same core six (6) columns: Start Time (e.g., 2017-01-01 00:07:57) End Time (e.g., 2017-01-01 00:20:53) Trip Duration (in seconds - e.g., 776) Start Station (e.g., Broadway & Barry Ave) End Station (e.g., Sedgwick St & North Ave) User Type (Subscriber or Customer) The Chicago and New York City files also have the following two columns: Gender Birth Year
1-bikeshare.py 2-chicago.csv 3-new_york_city.csv 4-washington.csv
Bash Guide for Beginners https://tldp.org/LDP/Bash-Beginners-Guide/html/ git Documentation https://git-scm.com/doc