Skip to content

yanglinjing/dand_p2_python_bike_share

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2016 US Bike Share Activity Snapshot

Introduction

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 for short trips, typically 30 minutes or less. 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.

In this project, an exploratory analysis has been performed on the data provided by Motivate, a bike-share system provider for many major cities in the United States. The system usage is compared between three large cities: New York City, Chicago, and Washington, DC.

Installations

Python 3, Jupyter Notebook

import csv
from datetime import datetime 
from pprint import pprint

Data Collection

The data has been included in data folder.

The original data was from:

  • New York City (Citi Bike): Link
  • Chicago (Divvy): Link
  • Washington, DC (Capital Bikeshare): Link

Data Clearning

(All the codes can be found in bike_share_analysis.ipynb document.)

Exploratory Data Analysis

(Some visualise results are shown here. For all the analysis, see bike_share_analysis.ipynb document.)

1 2 3 4 5 6 7 8 9 10 11 12 13 14

About

Python: Analyse shared-bike usage in U.S. cities

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published