Skip to content

HeshamMo96/Explore-US-Bikeshare-Data

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Explore-US-Bikeshare-Data

Udacity Data Analyst Degree - Project I - Explore US Bikeshare Data

Overview

In this project, I will explore data related to bike share systems for three major cities in the United States—Chicago, New York City, and Washington. Using Python, I will write a code import the data and answer interesting questions about it by computing descriptive statistics. I will also write a script that takes in raw input to create an interactive experience in the terminal to present these statistics.

What Software Do I Need?

To complete this project, i'll require the following softwares:

  • Python
  • A text editor, like Sublime or Atom
  • A terminal application

The Datasets

The datasets provided by Motivate, a bike share system provider in the US, contains randomly selected data for the first six months of 2017 for all three cities. The data files for all three cities contain the same core six columns:

  • Start Time
  • End Time
  • Trip Duration
  • Start Station
  • End Station
  • User Type

The Chicago and New York City files also have the following two columns:

  • Gender
  • Birth Year

Answering Questions

Through writing code, I'm able to answer the following questions about the bike share data:

  • What month occurs most often in the start time?
  • What day of the week (Monday, Tuesday, etc.) occurs most often in the start time?
  • What hour of the day occurs most often in the start time?
  • What is the total trip duration and average trip duration?
  • What is the most frequently used start station and most frequently used end station?
  • What is the most common trip (i.e., the combination of start station and end station that occurs the most often)?
  • What are the counts of each user type?
  • What are the counts of gender?
  • What is the earliest birth year (when the oldest person was born), most recent birth year, and most common birth year?

screen shot 2018-09-25 at 11 29 38 pm

The Interactive Experience

For a more interactive experience, I wrote a script that took raw input in the terminal to present the statistics. Below screenshots show the results after requesting for information in Chicago for the month of January on Sunday:

screen shot 2018-09-25 at 11 27 59 pm

screen shot 2018-09-25 at 11 28 50 pm

About

Udacity Data Analyst Degree - Project II

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%