Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 743 Bytes

File metadata and controls

24 lines (17 loc) · 743 Bytes

Date created

25/04/2020

Project Title

Udacity - Explore US Bikeshare Data

Description

In this project, I had to explore the Bikeshare Data for three major cities in US - Chicago, New York City and Washington. The script takes in raw input to create an interactive experience in the terminal to explore descriptive statistics.

Files used

The required files for running this program are:

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

Requirements

This program was written in Python (version 3.8.0) and relies on the following libraries:

  • pandas==0.25.3
  • numpy==1.17.4

Credits

I was inspired by decarvalhohenrique repository.