Project created 10 February 2020.
Bike dataset analysis
First GitHub project in order to discover and gain first experience with Git and GitHub. But more important experience with Python and analysis. I used a bike dataset and explored it to find sastistics around it: the more common path that people used, the most famous bike stations, the average duration of a trip, ect.
I used a csv file that a posted on PostGres in order to select the good datas. Then I exported it and treated it with python.
-bikeshare.py -.gitignore containing the CSV files -README.md
udacity/pdsnd_github Course from GitHub