bikeshare.py
- Extract bikeshare.zip
- Execute bikeshare.py in a python3 terminal
- chicago.csv
- new_york_city.csv
- washington.csv
Completed as part of Udacity Programming for Data Science with Python Nanodegree udacity.com
Resources used:
https://pandas.pydata.org/pandas-docs/stable/reference/frame.html
https://stackoverflow.com/questions/15017072/pandas-read-csv-and-filter-columns-with-usecols
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Series.value_counts.html