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:

  1. The city the user would like to see data from (there are 3 cities with available data);
  2. Whether the user wants to filter by month, day, or both;
  3. (If they choose month) which month;
  4. (If they choose day) which day;
  5. (If they choose both) which month and day.

Afterwards, the script will: