Github project created on 3/31/2019
The bikeshare project
The bikeshare project explores data from New York City, Washington and Chicago and provides summary statistics per choices given the user regarding city, month, and day of week desired. #####Summary statistics include:
- Popular times of travel
- Popular stations and trip
- Trip duration
- User info
bikeshare_kevin.py - Python code README.md - (This file) #####(the following data files listed in .gitignore file)
- chicago.csv
- washington.csv
- new_york_city.csv
Original project sourced from Udacity, and most direction and learning from there. Some assistance found from Pandas documentation, and examples and hints found from StackExchange contributions.