Modules
Data Analyst
Data Engineer
Product Data Scientist
AI Engineer
Machine Learning Engineer
Prompt Engineer
Now using the same rides table, you want to understand the earnings per driver for a specific month, say July 2021.
Calculate the total number of total earnings per driver in July 2021.
Hint:
rides table:
| Column Name | Data Format |
|---|---|
| ride_id | int |
| driver_id | int |
| fare | float |
| uber_cut_percent | float |
| ride_date |
| date |
| earnings_per_driver |
|---|
| 34.33221... |
Now using the same rides table, you want to understand the earnings per driver for a specific month, say July 2021.
Calculate the total number of total earnings per driver in July 2021.
Hint:
rides table:
| Column Name | Data Format |
|---|---|
| ride_id | int |
| driver_id | int |
| fare | float |
| uber_cut_percent | float |
| ride_date | date |
| earnings_per_driver |
|---|
| 34.33221... |