Skip to content

isis-santos-costa/when-riders-meet-drivers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

pull requests commit activity Data Analyst

When Riders Meet Drivers

💹 Seasonal patterns as a lever to GROW REVENUE in the ride-hailing business • 2023

This repository presents how sharing predictability with partners can convert into revenue in the ride-hailing business. Predictability here is derived from seasonal patterns at the matching and contrasting points in the daily and weekly seasonality of the different sides of a ride-hailing marketplace.

A summary of results is presented below.
The full analysis (business question, data collection & cleaning, analysis & synthesis) is available here.
The SQL code ran in the study is available here, and on BigQuery.

Tags: product-analytics, sql, bigquery.


What is the mission of a marketplace?
A marketplace dedicates to making supply meet demand. This mission usually comes with some added requirements, of lesser or greater importance depending on the market that it serves, which may require or value safety, timeliness, accuracy, quality.

This repository is part of a study on ride-hailing marketplaces. In that field of business, timeliness is key. Focusing on the issue, a data visualization prototype is presented here, designed to bring to light the points of correspondence and contrast in the daily and weekly schedules of the different sides of a ride-hailing app.

Specifically, the search is for insights on the following questions:

« Are there any significant differences between preferred drivers' schedules and passengers' needs? »
« If so, when do the most critical disparities occur? »

Given that ride-hailing data is kept confidential by businesses, the supply-demand dynamics of a city-hall regulated taxi market is taken as an approximation, for which data is available from Google BigQuery public datasets.

↑


Operational Tool   ⇒   Supply-Demand Synchronicity

Seasonality studies applied to the ride-hailing business are illustrated in the figure below (approximate here by the Chicago Taxi market, for which public data is available). On the left, we see the typical weekly schedule of drivers (supply). On the right, the same is presented for passengers (demand). In each image, the numbers on the vertical axis are the hours of the day, with the days of week in the columns. Color coding represents relative intensity, with green for low, white for medium, and red for high. So, the image on the left side, for instance, shows that the peak supply time, when there is the highest number of drivers on the streets, is from 1:00 pm to 2:00 pm on Fridays.

when-riders-meet-drivers---sql---cte-11---to-G-Sheets---6-Supply-Demand-5

Combining both sides — supply and demand — into a single net surplus figure, and attaching to it a table summarizing estimated results of planned operations scenarios, provides a practical Action Board, such as the one below:

when-riders-meet-drivers---1---action-board

↑


Data Analysis

The full data analysis (business question, data collection & cleaning, analysis & synthesis) is available here.
The SQL code ran in the study is available here, and on BigQuery.

↑