Skip to content

Uses Python to explore data related to bike share systems for three major cities in the United States; Imports raw data to create an interactive experience in the terminal

Notifications You must be signed in to change notification settings

lch129444/Interactive-Explore-US-Bikeshare-Data

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Date created

2020-05-11

Project Title

Interactive Explore US Bikeshare Data

Description

This project uses Python to explore data related to bike share systems for three major cities in the United States—Chicago, New York City, and Washington.

It imports raw data to create an interactive experience in the terminal to answer interesting questions about the data by computing descriptive statistics.

Statistics Computed

By computing a variety of descriptive statistics, this project provide the following information:

1. Popular times of travel

  • 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 (only available for NYC and Chicago)
  • earliest, most recent, most common year of birth (only available for NYC and Chicago)

Files used

In this project, I used data provided by Motivate, a bike share system provider for many major cities in the United States, to uncover bike share usage patterns.

The data files used are:

  1. chicago.csv
  2. new_york_city.csv
  3. washington.csv

Software used

  • Python 3, NumPy, and pandas
  • Atom
  • Terminal on Mac

Credits

About

Uses Python to explore data related to bike share systems for three major cities in the United States; Imports raw data to create an interactive experience in the terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%