Skip to content

stefanogb94/uber-drivers-LTV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

uber-drivers-LTV

Calculating Driver LTV from sample dataset

What is a Driver's Lifetime Value?

It is the value of a driver over the entire projected lifetime of that driver.

Calculating the lifetime value (LTV) of a typical Uber driver involves estimating the total revenue generated by the driver over the time they were active on the platform, minus the costs associated with acquiring and retaining that driver.

The raw data includes three datasets:

a) driver_ids.csv; contains the driver sign-up date

b) ride_ids.csv; contains trip details for every ride during the sample period

c) ride_timestamp_part_x.csv; this dataset is divided into three files and contains the timestamps at each stage of a ride, from a driver accepting the ride until the customer is dropped off.

Basic assumptions

To calculate the Total Revenue per Driver per Ride, we'll make a few assumptions:

  • Base Fare: $2.00

  • Cost per Mile: $1.15

  • Cost per Minute: $0.22

  • Service Fee: $1.75

  • Minimum Fare: $5.00

  • Maximum Fare: $400.00

DLTV Calculations

In this repository I took three different approaches to estimate Driver LTV.

FEEL FREE TO COMMENT OR SUGGEST CHANGES!

About

Calculating Driver LTV from sample dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published