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 07/06/2021
Bikeshare Python Program
Python application to analyze bikeshare date from Chichago, New York City and Washington
- bikeshare.py - Python file to perform a series of analysis on the csv files.
- washington.csv - Data file for Washington DC
- new_york_city.csv - Data file for New York City
- chicago.csv - Data file for Chicago.
This program was created as a deliverable for Module 2 - Python Programming, as part of the Programming for Data Science with Python Nanodegree