This project was created by Ruchi B on August 14 2018.
Explore US Bikeshare Data
This project uses Python to explore bike share systems data for three major US cities —Chicago, New York City, and Washington
- bikeshare_LaddMoravek.py
- .gitignore
Files ignored in .gitignore
- chicago.csv
- new_york_city.csv
- washington.csv
I would like to thank the Udacity Team and credit the following links used to help complete the project:
- Using join with split https://stackoverflow.com/questions/2077897/substitute-multiple-whitespace-with-single-whitespace-in-python
- Using rounding for decimal precision https://gist.github.com/jackiekazil/6201722
- Using value counts to get a breakdown of a given dataframe column: https://cmdlinetips.com/2018/02/how-to-get-frequency-counts-of-a-column-in-pandas-dataframe/
- Reading rows directly from CSV file https://stackoverflow.com/questions/26464567/csv-read-specific-row