Modules
Data Analyst
Data Engineer
Product Data Scientist
AI Engineer
Machine Learning Engineer
Prompt Engineer
You are analyzing data for Uber and need to find the top 2 drivers that made the most money on Uber and their corresponding earnings.
Keep in mind, Uber takes a 20% fee for each drive.
To answer this question, you will be using the uber_drives table which has the following columns:
| Column Name | Description |
|---|---|
| drive_id | Unique identifier for each drive |
| user_id | Identifier for the driver |
| cost | Cost of each ride for the rider |
| user_id |
|---|
You are analyzing data for Uber and need to find the top 2 drivers that made the most money on Uber and their corresponding earnings.
Keep in mind, Uber takes a 20% fee for each drive.
To answer this question, you will be using the uber_drives table which has the following columns:
| Column Name | Description |
|---|---|
| drive_id | Unique identifier for each drive |
| user_id | Identifier for the driver |
| cost | Cost of each ride for the rider |
| user_id |
|---|
| 3 | 481.088 |
| 12 | 334.184 |
| 3 | 481.088 |
| 12 | 334.184 |