Skip to content

Project 2 for Udacity Programming for Data Science with Python Nanodegree

Notifications You must be signed in to change notification settings

Monicajhe/Explore-US-Bikeshare-Data

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Date created

4/20/2020

Project Title

Explore US Bikeshare Data

Description

Compare the bikeshare system usage between three large cities: Chicago, New York City, and Washington. Write python code to import data for the three cities and answer interesting questions about it by computing description statistics. Write a script that takes in raw input to create an interactive experience in the terminal to present the statistics.

Files used

  • bikeshare.py
  • chicago.csv
  • new_york_city.csv
  • washington.csv

Datasets

Randomly selected data for the first six months of 2017 are provided 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

Credits

About

Project 2 for Udacity Programming for Data Science with Python Nanodegree

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%