Challenge: Session Duration Insights
Tarea
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.
Solución
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 1. Capítulo 4
single
Pregunte a AI
Pregunte a AI
Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla
Suggested prompts:
Can you explain this in simpler terms?
What are some examples related to this topic?
Where can I learn more about this?
Genial!
Completion tasa mejorada a 4.17
Challenge: Session Duration Insights
Desliza para mostrar el menú
Tarea
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.
Solución
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 1. Capítulo 4
single