Skip to content

t-nicole13/Bike_Sharing_Visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Bike_Sharing_Visualization

Objective

The purpose of this project is to use Tableau to visualize and analyze the bike sharing data.

Tasks

  1. Imported 201908-citibike-tripdata.csv file to Jupyter Notebook and convert to a Pandas DataFrame.
  2. Checked the DataFrame's columns for improper data types.
  3. Used Python and Pandas to change the DataFrame's trip duration column to a datetime format.
  4. Converted the DataFrame to a csv file (trip_data.csv) for use in Tableau Public.
  5. Used Tableau Public to create visualizations for the trip analysis.
  6. Created a story and report with Tableau Public for the final presentation.

Resources

Tools/Languages

  • Tableau Public 2021.4.4
  • Pandas 1.3.4
  • Python 3.7.11
  • Jupyter Notebook 6.4.5

Sites/Data

Results

View my complete visualization here!: link to dashboard

Trips by Gender by Weekday

trip-gender-weekday

Most subscribers are male and Thurday is the most used day for male subscribers. Female customers mostly use the service on Saturday and Sunday.

Trips by Gender by Weekday Per Hour

trips-by-gender-by-weekday

Most trips occur between 6AM-9AM and 5PM-8PM for each day of the week.

Trips by Weekday for Each Hour

trips-weekday-hour

The most trips occur on Thursday around 6PM.

Checkout Times by Gender

Screen Shot 2022-03-25 at 8 34 56 PM

Males have the highest tripduration with a peak at 5 hours.

Checkout Times for All Users

checkout-for-all

The longest checkout time for all users is around 5 hours.

August Peak Hours

Screen Shot 2022-03-25 at 8 47 11 PM

The highest user count is around 220K and the peak hour is 5PM.

Bike Utilization

Screen Shot 2022-03-25 at 8 50 40 PM

The bike with the most tripduration has almost 4 million trips.

Age of Users

Screen Shot 2022-03-25 at 9 10 36 PM

The most users were born in 1969. However, the next group of users were born in the late 80s and early 90s.

Age vs Gender

Screen Shot 2022-03-25 at 9 17 44 PM

Most of the older users are female.

Final Analysis

  • The most utilization occurs on weekdays when people are either going to or leaving work.
  • Bike maintenance may occur between work hours when there is less utilization.
  • Males appear to mostly use the service and also take longer trips.
  • More research should be done on why females are less likely to subscribe to the service.

Releases

No releases published

Packages

No packages published