Skip to content

hugonegrao/pdsnd_github

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Note: Please fork the current Udacity repository so that you will have a remote repository in your Github account. Clone the remote repository to your local machine. Later, as a part of the project "Post your Work on Github", you will push your proposed changes to the remote repository in your Github account.

Date created

01/14/2022

Project Title

US Bikeshare Data Final Project - Udacity's Programming for Data Science with Python Nanodegree

Description

In this project, we will explore data provided by Motivate (a bike share system provider) related to bike share systems for three major cities in the United States: Chicago, New York City, and Washington.

This work was made in Python creating an interactive experience in the terminal in order to discover bike share usage patterns using a variety of descriptive statistics, such as:

#1 Popular times of travel (i.e., occurs most often in the start time)

  • most common month

  • most common day of week

  • most common hour of day

#2 Popular stations and trip

  • most common start station

  • most common end station

  • most common trip from start to end (i.e., most frequent combination of start station and end station)

#3 Trip duration

  • total travel time

  • average travel time

#4 User info

  • counts of each user type

  • counts of each gender

  • earliest, most recent, most common year of birth

Files used

  • bikeshare.py

  • chicago.csv

  • new_york_city.csv

  • washington.csv

Credits

  • Motivate (Bike share system provider)

https://www.motivateco.com/

  • Richard Kalehoff (Udacity mentor)

https://github.com/richardkalehoff https://twitter.com/richardkalehoff

  • Juno Lee (Udacity Mentor)

https://github.com/junolee https://www.linkedin.com/in/junoleelj

About

GitHub project (Project 3) repository for PDSND

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%