Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bishopce16/bikesharing
Creating worksheets, dashboards and stories to visualize data with Tableau.
https://github.com/bishopce16/bikesharing
jupyter-notebook pandas python tableau visual-studio-code
Last synced: 21 days ago
JSON representation
Creating worksheets, dashboards and stories to visualize data with Tableau.
- Host: GitHub
- URL: https://github.com/bishopce16/bikesharing
- Owner: bishopce16
- Created: 2022-09-11T21:33:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-16T00:16:53.000Z (over 2 years ago)
- Last Synced: 2024-11-10T02:25:49.495Z (3 months ago)
- Topics: jupyter-notebook, pandas, python, tableau, visual-studio-code
- Language: Jupyter Notebook
- Homepage:
- Size: 5.59 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bikesharing
## Overview of Project
The purpose of this project is to an analysis of New York Citi Bike Data, using the data visualization tool [Tableau Public](https://www.tableau.com/) for an investors presentation aimed at starting a bikeshare program in Des Moines, Iowa. The analysis uses data from August 2019 that is publicly available on the NYC CitiBike program [archives](https://s3.amazonaws.com/tripdata/index.html).
---
## Resource:
Data Sources: 201908-citibike-tripdata.csv, 201908-citibike-tripdata-revised.csv
Tools: Visual Studio Code, Tableau Public, Python, Pandas, Jupyter Notebook.
---## Results:
[Link to Dashboard]( https://public.tableau.com/app/profile/caitlin.bishop/viz/dev3_bikesharing_challenge_story/bikesharing_challenge_story_dev3#1)
Based on the visualizations below, the duration of most trips was under 10 minutes. Bikes located highly concentrated business areas (Midtown and Downtown) make up the majority of the usages, with subscribers being the main user.
**Checkout Times for Users**
![checkout_times_for_users_wfilter](images/checkout_times_for_users_wfilter.png)
Nearly all the trips (99%) were under an hour (60 minutes), with 49% under 10 minutes.
**Checkout Times by Gender**
![checkout_times_by_gender_wfilters](images/checkout_times_by_gender_wfilters.png)
Male riders make up 65% of the bikeshare program, with females representing 25% and the remaining 10% being unknown.
**Trips by Weekday for Each Hour (Heat Map)**
![trips_by_weekday_per_hours_wlegend](images/trips_by_weekday_per_hours_wlegend.png)
Majority of the weekdays (M-F) rides occur during commuting hours of 8-9am and 5-7pm. It appears the bikesharing program is the favored way for commuting to and from work.
**Trips by Gender (Weekday per Hour)**
![trips_by_gender_weekday_per_hour_wfilter](images/trips_by_gender_weekday_per_hour_wfilter.png)Most users are male riders, they are more disposed to use the bikeshare program for commuting for work and during the weekends.
**Trips by Gender by Weekday**
![user_trips_by_gender_by_weekday_wfilters](images/user_trips_by_gender_by_weekday_wfilters.png)Non-subscribers’ usage occurred most on Saturdays, with the highest usage day among subscribers on Thursday.
**Customers Usertype**
![customers_usertype](images/customers_usertype.png)
Subscribers make up 81% of the customers (riders), which means the business will be based on residents rather than tourism.
**Top Starting Locations**
![top_starting_locations](images/top_starting_locations.png)
The bikes located in business areas had higher usage compared to other locations.
---
## Summary:
Launching a bikeshare program in Des Moines, IA seems to be a sound business venture, if the bikeshare program in implemented in densely populated areas where parking is deficient and public transportation is widely used. Adding additional analysis is recommend:
* Comparing data from different month to determine trends across the year.
* Adding weather data to find correlation between weather and rides.
* Analyzing other cities that might be a better match to the size, population, and traffic pattern od Des Moines, IA.---