Skip to content

DarkJindi/pdsnd_github

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Date created

13-OCT-2019

Project Title

Explore US Bikeshare data

Description

In this project, I 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). I will write code to import the data and answer interesting questions about it by computing descriptive statistics. I will also write a script that takes in raw input to create an interactive experience in the terminal to present these statistics.

Libraries used

  1. time: to measure time the script took to execute.
  2. pandas: to perform analysis on the city data via the use of data-frames.

Files used

  1. bikeshare.py
  2. chicago.csv
  3. new_york_city.csv
  4. washington.csv

Credits

  1. Udacity lessons and exercises
  2. Python documentation from python.org
  3. Pandas documentation from pandas.pydata.org
  4. GeeksforGeeks.org
  5. stackoverflow.com
  6. GitHub

About

GitHub project (Project 3) repository for PDSND

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%