/pdsnd_github

GitHub project (Project 3) repository for PDSND

Primary LanguagePython

Project Title

Bikeshare project with GitBash. This is 3rd challenge of gitBash project.

Data Updated

This file is modified for github course on 8th Dec. 2020(20201208).

Date created

2020-10-18 (18 Oct 2020) The last file of bikeshare.py file is created on 21 Sep 2020.

Description

(Describe what your project is about and what it does) My project is to show the statistical data of Bikeshare project in 3 cities: Chicago, New York city, Washington

To realize this

  1. Reading ".csv" files from the folder
  2. Choose the city with keyboard input.
  3. Filter by month or day_of_week if needed.
  4. Show "Displays statistics on the most frequent times of travel."
  5. Show Displays statistics on the most popular stations and trip.
  6. Show "Displays statistics on the total and average trip duration."
  7. Show "Displays statistics on bikeshare users."

Files used

(Include the files used)

As data sources:

  • chicago.csv
  • new_york.csv
  • washington.csv

Credits

(It's important to give proper credit. Add links to any repo that inspired you or blogposts you consulted.)

Udacity followed by