Dividing into Groups
Now we will divide the data into the control user group and the test user group.
Tehtävä
Swipe to start coding
- Create the new variable
df_controlwith the'control'group and using theDataFrame.query()function. - Create the new variable
df_testwith the'test'group. - Show the first row of the
df_control. - Show the first row of the
df_test.
Ratkaisu
Oliko kaikki selvää?
Kiitos palautteestasi!
Osio 3. Luku 6
single
Kysy tekoälyä
Kysy tekoälyä
Kysy mitä tahansa tai kokeile jotakin ehdotetuista kysymyksistä aloittaaksesi keskustelumme
Suggested prompts:
Tiivistä tämä luku
Explain code
Explain why doesn't solve task
Mahtavaa!
Completion arvosana parantunut arvoon 4.55
Dividing into Groups
Pyyhkäise näyttääksesi valikon
Now we will divide the data into the control user group and the test user group.
Tehtävä
Swipe to start coding
- Create the new variable
df_controlwith the'control'group and using theDataFrame.query()function. - Create the new variable
df_testwith the'test'group. - Show the first row of the
df_control. - Show the first row of the
df_test.
Ratkaisu
Oliko kaikki selvää?
Kiitos palautteestasi!
Osio 3. Luku 6
single