Skip to content

GitHub project (Project 3) repository for PDSND

Notifications You must be signed in to change notification settings

Femi-adejumo/pdsnd_github

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Date created

11th october 2023

Project Title

Udacity-bikeshare-project

Project Overview

This project focuses on python usage and simple statistics methods to perform descriptive analysis on the bikeshare data from three major U.S. cities - Chicago, Washington, and New York City - to display information such as most popular days or most common stations.

Program Details

The program takes user input for the city (e.g. Chicago), month for which the user wants to view data (e.g. January; also includes an 'all' option), and day for which the user wants to view data (e.g. Monday; also includes an 'all' option).

Upon receiving the user input, it goes ahead and asks the user if they want to view the raw data (5 rows of data initially) or not. Following the input received, the program prints the following details:

Most popular month Most popular day Most popular hour Most popular start station Most popular end station Most popular combination of start and end stations Total trip duration Average trip duration Types of users by number Types of users by gender (if available) The oldest user (if available) The youngest user (if available) The most common birth year amongst users (if available) Finally, the user is prompted with the choice of restarting the program or not.

Project Files

chicago.csv - Stored in the data folder, the chicago.csv file is the dataset containing all bikeshare information for the city of Chicago provided by Udacity.

new_york_city.csv - Dataset containing all bikeshare information for the city of New York provided by Udacity.

washington.csv - Dataset containing all bike share information for the city of Washington provided by Udacity. Note: This does not include the 'Gender' or 'Birth Year' data.

Built with

Python 3.11.6 - The language used to develop this. Pandas - One of the libraries used for this. Numpy - One of the libraries used for this. time - One of the libraries used for this.

Credits

I completed this project with the knowledge gained from the programming for the Datascience Nanodegree program. I also used Google, Chatgpt, and stack overflow to correct errors I encountered in the code.

About

GitHub project (Project 3) repository for PDSND

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%