Skip to content

OmrMag/Bike-Share-Python3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bike Share Data

Using Python to understand U.S Bikeshare data. Calculate statistics and build an interactive enviroment where a user chooses the data and filter for a dataset to analyze.

Bike Share Data Over the past decade, bicycle-sharing systems have been growing in number and popularity in cities across the world. Bicycle-sharing systems allow users to rent bicycles on a very short-term basis for a price. This allows people to borrow a bike from point A and return it at point B, though they can also return it to the same location if they'd like to just go for a ride. Regardless, each bike can serve several users per day.

Thanks to the rise in information technologies, it is easy for a user of the system to access a dock within the system to unlock or return bicycles. These technologies also provide a wealth of data that can be used to explore how these bike-sharing systems are used.

The Datasets Randomly selected data for the first six months of 2017 are provided for all three cities. All three of the data files contain the same core six (6) columns:

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

Statistics Computed:

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

  1. most common month
  2. most common day of week
  3. most common hour of day

B. Popular stations and trip

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

C. Trip duration

  1. total travel time
  2. average travel time

D. User info

  1. counts of each user type
  2. counts of each gender (only available for NYC and Chicago)
  3. earliest, most recent, most common year of birth (only available for NYC and Chicago)

About

Using Python to understand U.S Bikeshare data. Calculate statistics and build an interactive enviroment where a user chooses the data and filter for a dataset to analyze.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages