/pdsnd_github

GitHub project (Project 3) repository for PDSND

Primary LanguagePython

Note: This repository is part of Udacity's "Programming for Data Science with Python" Project 3.

Date created

12/08/2023

Project Title

Explore US Bikeshare Data

Description

The bikeshare.py file is set up as a script that takes in raw input to create an interactive experience in the terminal that answers questions about the dataset. The experience is interactive because depending on a user's input, the answers to the questions on the previous page will change! There are four questions that will change the answers:

  1. Would you like to see data for Chicago, New York, or Washington?
  2. Would you like to filter the data by month, day, or not at all?
  3. (If month is chosen) Which month - January, February, March, April, May, or June?
  4. (If day is chosen) Which day - Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, or Sunday?

Files used

bikeshare.py

hidden files: (1) chicago.csv; (2) new_york_city.csv; (3) washington.csv

Credits

This repository was forked from: https://github.com/udacity/pdsnd_github