Challenge: Session Duration Insights
Tehtävä
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.
Ratkaisu
Oliko kaikki selvää?
Kiitos palautteestasi!
Osio 1. Luku 4
single
Kysy tekoälyä
Kysy tekoälyä
Kysy mitä tahansa tai kokeile jotakin ehdotetuista kysymyksistä aloittaaksesi keskustelumme
Suggested prompts:
Can you explain this in simpler terms?
What are some examples related to this topic?
Where can I learn more about this?
Mahtavaa!
Completion arvosana parantunut arvoon 4.17
Challenge: Session Duration Insights
Pyyhkäise näyttääksesi valikon
Tehtävä
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.
Ratkaisu
Oliko kaikki selvää?
Kiitos palautteestasi!
Osio 1. Luku 4
single