GitHub project as part of the Programming for Data Science with Python Nanodegree from Udacity
Date created
February 10, 2022
Project Title
Explore US Bikeshare Data
Description
This project was undertaken as part of Udacity’s Programming for Data Science with Python.
It mainly uses Python to understand U.S. bikeshare data using data
provided by Motivate.
The script is able to calculate statistics and build an interactive environment.
In this interactive environment, raw user input as answers to a few questions will
change the results:
- The city the user would like to see data from (there are 3 cities with available data);
- Whether the user wants to filter by month, day, or both;
- (If they choose month) which month;
- (If they choose day) which day;
- (If they choose both) which month and day.
Afterwards, the script will:
- Filter the data based on the answers;