Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.67 KB

README.md

File metadata and controls

45 lines (33 loc) · 1.67 KB

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