Skip to content

A project to analyse the Bicycle-sharing data for three major cities in the United States—Chicago, New York City, and Washington.

Notifications You must be signed in to change notification settings

NoahPlage/Explore-US-Bikeshare-Data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Explore-US-Bikeshare-Data

A project to analyse the Bicycle-sharing data for three major cities in the United States—Chicago, New York City, and Washington.

Context

The datasets used for this project contain bike share data for the first six months of 2017. The csv files can be found in the same folder. The data is provided by Motivate, which is a bike share system provider for many cities in the United States. The data files for all three cities contain the same six columns:

  • Start Time (e.g., 2017-01-01 00:07:57)
  • End Time (e.g., 2017-01-01 00:20:53)
  • Trip Duration (in seconds - e.g., 776)
  • Start Station (e.g., Broadway & Barry Ave)
  • End Station (e.g., Sedgwick St & North Ave)
  • User Type (Subscriber or Customer)

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

  • Gender
  • Birth Year

Tasks:

You are required to write an interactive experience in the terminal that answers the following questions about the dataset.

  1. What is the most popular month for start time?
  2. What is the most popular day of week (Monday, Tuesday, etc.) for start time?
  3. What is the most popular hour of day for start time?
  4. What is the total trip duration and average trip duration?
  5. What is the most popular start station and most popular end station?
  6. What is the most popular trip?
  7. What are the counts of each user type?

Datasets

Available here.

  • chicago.csv
  • new_york_city.csv
  • washington.csv

About

A project to analyse the Bicycle-sharing data for three major cities in the United States—Chicago, New York City, and Washington.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published