Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 871 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 871 Bytes

2020-04-09

Include the date you created this project and README file.

US Bikeshare usage

Replace the Project Title

Description

Based on project data from 3 US cities (NYC, WAS, CHI) python script create descriptive statistics about bike rental preferences (preferred times and client stats) based on user input for city, month and day.

Files used

chi_link = "https://raw.githubusercontent.com/igorstojanovic91/udacity-bikeshare-project/master/chicago.csv" nyc_link = "https://raw.githubusercontent.com/igorstojanovic91/udacity-bikeshare-project/master/new_york_city.csv" was_data = "https://raw.githubusercontent.com/igorstojanovic91/udacity-bikeshare-project/master/washington.csv"

Data cover 3 major US cities for different parts of the year, month and day.

Credits

Udacity course for Python Programing for Data Science and all contributors.