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.
Created on 10/6/2021
Bike Share System
This project makes 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.
By running bikeshare_2.py
, it provides an interactive interface that answers interesting questions about the bike share data by computing descriptive statistics in such a way that a user enters raw input in the terminal and the code present these statistics.
- bikeshare_2.py
- Data Files
- Chicago.csv
- Washington.csv
- new_york_city.csv
Programming for Data Science with Python Udacity Nanodegree Program