Skip to content

michaelbedson/pdsnd_github

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Date created

Monday, January 06, 2020

Project Title

Data Analysis of a US Bikeshare Data from 3 major cities

Description

The Bikesahare project will make use of Python to explore data related to bike share systems for three major cities in the United States - Chicago, New York City, and Washington. A script was written to take in raw input to create interactive experience in the terminal to present these statistics.

Installation

The following software are required for this project:

pip install pandas
pip install numpy

Git clone :- https://github.com/michaelbedson/pdsnd_github.git

A text editor such as like Atom.
A terminal application(Terminal on Mac and Linux or Cygwin on Windows)

Files used

The following files were used for the data analysis:-

  1. chicago.csv
  2. new_york_city.csv
  3. washington.csv
run python bikeshare.py

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:

  1. Start Time (e.g., 2017-01-01 00:07:57)
  2. End Time (e.g., 2017-01-01 00:20:53)
  3. Trip Duration (in seconds - e.g., 776)
  4. Start Station (e.g., Broadway & Barry Ave)
  5. End Station (e.g., Sedgwick St & North Ave)
  6. User Type (Subscriber or Customer)

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

  1. Gender
  2. Birth Year

Credits

  1. Githow
  2. Stackover
  3. Github Markdown

About

GitHub project (Project 3) repository for PDSND

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%