- Project created on 17.03.2019
- README file created on 24.03.2019
Explore US Bikshare Data
The project is about to crate a python program to analyze US Bikeshare data and to display respective statistics.
The program runs as described:
- Asks for the city filter
- Asks for month, day filter
- Load data based on filter
- Displays statistics for:
- start/end station
- time of bike usage
- duration of usage
- user statistics
Below data is used for analysis:
- chicago.csv
- washington.csv
- new_york_city.csv
Py file of script:
- bikeshare_TSU.py
Following software is needed to run code:
- Terminal or Jupyter Notebook
- descriptive line comments must be included for each seperate functionality
Project is created within the scope of the Udacity program "Programming for Data Science"