Challenge: Session Duration Insights
Compito
Swipe to start coding
Use the data in the sessions table to find the average session duration, in minutes, for each device_type.
- Calculate the duration of each session in minutes.
- Group the sessions by
device_type. - For each device type, calculate the average session duration in minutes and return it as
avg_session_duration_minutes. - Your result should have one row per device type, with columns:
device_typeandavg_session_duration_minutes.
Soluzione
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 1. Capitolo 4
single
Chieda ad AI
Chieda ad AI
Chieda pure quello che desidera o provi una delle domande suggerite per iniziare la nostra conversazione
Suggested prompts:
Can you explain this in simpler terms?
What are some examples related to this topic?
Where can I learn more about this?
Fantastico!
Completion tasso migliorato a 4.17
Challenge: Session Duration Insights
Scorri per mostrare il menu
Compito
Swipe to start coding
Use the data in the sessions table to find the average session duration, in minutes, for each device_type.
- Calculate the duration of each session in minutes.
- Group the sessions by
device_type. - For each device type, calculate the average session duration in minutes and return it as
avg_session_duration_minutes. - Your result should have one row per device type, with columns:
device_typeandavg_session_duration_minutes.
Soluzione
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 1. Capitolo 4
single