- This project focuses on Data Visualizations
- Our Original Data are in the
201902-fordgobike-tripdata.csv
, from the official Udacity Visualisation Project this data contain info about bikesharing system. - Our project is divided into two steps:
- exploratory visualizations in
exploration_template.ipynb
. - explanatory visualizations in
explanatory analysis.ipynb
.
- exploratory visualizations in
- If you can't render
.ipynb
you can always open the.HTML
format of the files inexploration_template.html
,explanatory analysis.html
, make sure to download theHTML
files on your local computer before opening them in browsers.
- The most used bike according to its ID.
- The amount of our Female vs Male bikers users gender type.
- The distribution of our bikers users year of birth.
- The amount of users who share all their trip vs who do not.
- The most trips taken in terms of time of day, day of the week.
- The average trip time in sec.
- We must consider and pay respect to the user type while performing the above analysis.
- The amount of our Customer vs Subscriber bikers users.
- The most starting locations by their (longitude and latitude)