Key Tasks
Deliverable
The business task is to analyze how annual members and casual riders
use Cyclistic bikes differently in order to design marketing strategies
that convert casual riders into annual members.
Key Considerations
1. Data Source and Location The CSV files were downloaded from the given link and stored on a local drive
2. Data organization Data are in the form of CSV files that are stored in a data folder
3. Issues with bias or credibility in this data The data are credible, reliable and original because they were collected from the company’s bike system. It can be considered comprehensive because it covers the data that can be used to answer the business problem, which is the subject of this analysis.
Problems with the data Columns such as Gender and
Birth Year contain null values.
The following tools were used to process the data:
1. RStudio The CSV files were imported and stored in
data frames. Cleaning of data was done using the RStudio’s functions.
2. LibreOffice Calc
The following were the processes involved/applied in cleaning the
data
Summary of Analysis
1. Data Cleaning and Preparation * Missing values in the gender column were handled appropriately. * Datetime fields were converted and separated to allow analysis by hour of day. * Datasets from 2019 Q1 and 2020 Q1 were merged to create a unified dataframe for analysis.
2. Exploratory Analysis * Ride distribution by user type: Subscribers account for 91% of rides, while casual riders contribute 9%. * Average trip duration: Casual riders have longer trips (1,266.2 minutes) compared to subscribers (402.3 minutes). * Rides by time of day: Subscribers ride mostly during commuting hours (7–9 AM, 4–6 PM); casual riders ride mostly midday and afternoon. * Top starting stations: Subscribers begin rides near offices and transit hubs; casual riders start near parks, waterfronts, and tourist areas.
3. Visualization and Insights * Bar charts and pie charts were used to illustrate differences in trip duration, ride counts, and station popularity. * Patterns identified confirm distinct usage behaviors between subscribers and casual riders.
4. Business Implications * Subscribers primarily use
the service for commuting, while casual riders use it for leisure. *
These insights can guide operational planning, marketing strategies, and
service optimization.
Ride Distribution by User Type * Subscribers (annual members) account for 91% of total rides; customers (casual riders) make up only 9%.
Average Trip Duration * Customers take significantly longer trips (1,266.2 minutes) than subscribers (402.3 minutes).
Rides by Time of Day * Subscribers ride mainly during morning (7–9 AM) and evening (4–6 PM) hours — typical commuting patterns.
Top Starting Stations * Subscribers start rides near downtown offices and transit hubs. * Customers start rides near parks, waterfronts, and tourist areas.
1. Targeted Marketing Promote annual memberships to frequent casual riders to increase subscriber conversion. Offer leisure-focused passes or discounts for casual riders to enhance engagement.
2. Operational Optimization Ensure bike availability near office districts and transit hubs during peak hours for subscribers. Increase bikes at recreational or tourist locations during midday and weekends for casual riders.
3. Service Enhancements Use insights on trip duration and peak times to redistribute bikes efficiently and reduce shortages. Tailor communications and incentives based on riding patterns to improve customer satisfaction and retention.
Cyclistic bike-share usage differs clearly by user type: subscribers ride frequently and primarily for commuting, while casual riders take longer, leisure-oriented trips.
By leveraging these insights, Cyclistic can optimize operations, improve bike availability, and design targeted marketing strategies, ultimately enhancing both user experience and revenue.
Key takeaway: Understanding subscriber and casual rider behavior enables data-driven decisions that support sustainable growth and operational efficiency.