Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 625 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 625 Bytes

22.05.2019

Bikeshare stats app

Description

Using data from 3 cities (Chicago, New York and Washington), the app allows the user to view stats about the bike sharing service. This stats include:

  • most frequent times of travel
  • most popular stations
  • most popular trip
  • total travel time
  • mean travel time
  • number of different types of users
  • count of genders (except for Washington)
  • most recent birth year (except for Washington)
  • most common birth year (except for Washington)

Files used

bikeshare_2.py

Credits

User console interaction done using Pick.