05/20/19
Explore US Bikeshare Data
Interactive Python program that allows user to choose the city whose bikeshare usage data they'd like to investigate (Chicago, New York City or Washington DC). User can then choose to filter data by:
- Month
- Day of week
- No filter
- bikeshare_2.py
- chicago.csv
- new_york_city.csv
- washington.csv
References used to help create this project:
-
Clearing terminal:
-
time.sleep()
-
How to format numbers to have commas as thousands separators
-
How to pretty print pandas dataframe to terminal