Skip to content

Use R to explore data related to bike share systems for three major cities in the United States. Import data and answer interesting questions about it by computing descriptive statistics and making visualizations.

Notifications You must be signed in to change notification settings

lch129444/Explore-US-Bikeshare-with-R

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Date created

2020-07-16

Project Title

Explore US Bikeshare Data with R

Description

This project uses R 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 answer interesting questions about the data by computing descriptive statistics and making visualizations.

Statistics Computed

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

1. Popular times of travel

  • most common month

2. Popular stations and trip

  • most common start station

3. Trip duration

  • average travel time

Plots for the Questions

1. plots of most common month for each city 2. plots of most common start station for each city 3. plots of average travel time for each city

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

  • RStudio
  • Jupyter
  • Atom
  • Terminal on Mac

Credits

About

Use R to explore data related to bike share systems for three major cities in the United States. Import data and answer interesting questions about it by computing descriptive statistics and making visualizations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages