The bikeshare_python_final.py file was created on 10-10-2019.
Bikeshare Data Analysis across three major US cities
The objective of this project was to allow students enrolled in the Nanodegree program to conduct data analysis using Python in a user interactive manner. Students learned to apply essential python tools such as while and for loops, functions, etc to investigate a bikeshare database containing information about users in Washington DC, New York and Chicago. By the end of the project, those utilizing this python file would be able to query the database to find information for a specific city on a specific day regarding riders and their preferences.
The files used to create this project were provided by Udacity. They included a bikeshare.py file which contained guidance for the project. They also provided .csv files for each city which contained all the data that needed to be queried. Work for the project was conducted using a workspace provided by Udacity.
Many separate websites were consulted to prepare this python project. They include: https://towardsdatascience.com/basic-time-series-manipulation-with-pandas-4432afee64ea http://www.datasciencemadesimple.com https://stackoverflow.com https://python-forum.io https://docs.python.org/3/index.html https://pandas.pydata.org https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.count.html https://www.tutorialspoint.com/python.html