NanoDegree-Project

Overview

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

Project Submission

The developed CLI program allows the user to explore an US bikeshare system database and retrieve statistics information from the database. The user is able filter the information by city, month and weekday, in order to visualize statistics information related to a specific subset of data. The user is also able to chose to view raw data and to sort this data by columns, in ascending or descending order.

Python Learning In The Course

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.7.1) and relies on the following libraries:

  • pip install panda
  • pip install numpy

Project 3

This project consisted in using Git and GitHub with a simulated workflow to refactor Project 2.

Project Submission

The Project Submission consisted in the filling of a template with all the Git commands used to perform the requested tasks.