25/04/2020
Udacity - Explore US Bikeshare Data
In this project, I had to explore the Bikeshare Data for three major cities in US - Chicago, New York City and Washington. The script takes in raw input to create an interactive experience in the terminal to explore descriptive statistics.
The required files for running this program are:
- washington.csv
- new_york_city.csv
- chicago.csv
This program was written in Python (version 3.8.0) and relies on the following libraries:
- pandas==0.25.3
- numpy==1.17.4
I was inspired by decarvalhohenrique repository.