Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 695 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 695 Bytes

Date created

19/11/2019 13:09:11

Project Title

Explore US Bikeshare Data

Description

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

Files used

  • chicago.csv
  • new_york_city.csv
  • washington.csv

Software needed

  • Python
  • pandas, numpy and click libraries
  • Text Editor (VS Code, Atom,..etc)