xchwan / pdsnd_github

GitHub project (Project 3) repository for PDSND

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Explore-US-Bikeshare-Data

Udacity Programming for Data Science with python ND - Project II

Overview

In this project, It explores data related to bike share systems for three major cities in the United States—Chicago, New York City, and Washington. Using Python, The project provides an interactive experience to show the descriptive statistics.

The Datasets

The datasets provided by Motivate, a bike share system provider in the US, contains randomly selected data for the first six months of 2017 for all three cities. The data files for all three cities contain the six columns:

  • Start Time
  • End Time
  • Trip Duration
  • Start Station
  • End Station
  • User Type

The Chicago and New York City files also have the following two columns:

  • Gender
  • Birth Year

Execute the Program

Run git clone and execute python bikeshare.py to run the project

About

GitHub project (Project 3) repository for PDSND


Languages

Language:Python 100.0%