Skip to content

Statistics computed on the data using python numpy and pandas libraries.

Notifications You must be signed in to change notification settings

Ziva1811/BikeShare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

BikeShare

This project is pure python based project.

Data related to bike share systems for three major cities in the United States—Chicago, New York City, and Washington has been explored using python.

Randomly selected data for the first six months of 2017 are there for all three cities. All three of the data files contain the same core six (6) 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 have the following two columns:

Gender Birth Year

Statistics is computed to draw insights from the data given.

numpy and pandas libraries are used in the project to draw various deteils from the data.

About

Statistics computed on the data using python numpy and pandas libraries.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages