The project is designed to provide a Python code script which can answer interesting questions about Bikeshare data by computing statistics based on user input.
- bikeshare.py
- CSV data files (not included in repo)
To help me complete the project and produce a functional script I referred to the following websites:
- https://www.stackoverflow.com
- https://docs.python.org/3/
- http://pandas.pydata.org/pandas-docs/version/0.23/
Thank you to Udacity for providing this introduction to Data Sciences course.