6/11/2019
Udacity bikeshare project- Python
The project is used to explore data related to bike share systems for Chicago, New York City, and Washington. It imports data from csv files and compute descriptive statistics from the data. It also takes in users' raw input to create an interactive experience in the terminal to present these statistics.
CSV files-
- chicago.csv
- new_york_city.csv
- washington.csv
Websites Stackoverflow GeeksforGeeks
Links https://stackoverflow.com/questions/19576116/how-to-add-multiple-files-to-git-at-the-same-time https://www.geeksforgeeks.org/python-read-csv-using-pandas-read_csv/