Skip to content

Python analysis of bike share data for Chicago, NYC, and Washington. Discover popular times, stations, trip durations, and user demographics. Interactive terminal experience for insights into usage patterns in the first half of 2017.

Notifications You must be signed in to change notification settings

KhaledAbbas94/Bike-Share-Analysis-using-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bike Share Data Analysis

Overview

Over the past decade, bicycle-sharing systems have gained popularity worldwide, providing users with the flexibility to rent bikes for short-term use. These systems generate valuable data, offering insights into bike share usage patterns. This project utilizes data from "Motivate," a bike share system provider for major U.S. cities, to explore and compare bike share usage in Chicago, New York City, and Washington, DC.

Datasets

Randomly selected data for the first six months of 2017 is provided for all three cities. The datasets include the following core columns:

  • Start Time
  • End Time
  • Trip Duration (in seconds)
  • Start Station
  • End Station
  • User Type

Additional columns, such as Gender and Birth Year, are available for Chicago and New York City. The original, larger datasets have been streamlined for ease of analysis and evaluation of Python skills.

Statistics Computed

The Python script in this project computes various descriptive statistics to provide insights into bike share usage:

Popular Times of Travel

  • Most common month
  • Most common day of the week
  • Most common hour of the day

Popular Stations and Trips

  • Most common start station
  • Most common end station
  • Most common trip from start to end (frequent combination of start and end station)

Trip Duration

  • Total travel time
  • Average travel time

User Info

  • Counts of each user type
  • Counts of each gender (available for NYC and Chicago)
  • Earliest, most recent, and most common year of birth (available for NYC and Chicago)

Project Success

This project is an important milestone in my self-learning journey, showcasing successful data analysis and Python programming skills.

Explore the bike share data and feel free to contribute or provide feedback. If you have any questions or suggestions, please reach out!

About

Python analysis of bike share data for Chicago, NYC, and Washington. Discover popular times, stations, trip durations, and user demographics. Interactive terminal experience for insights into usage patterns in the first half of 2017.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages