Dividing into Groups
Now we will divide the data into the control user group and the test user group.
Tarea
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.
Solución
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 3. Capítulo 6
single
Pregunte a AI
Pregunte a AI
Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla
Suggested prompts:
Resumir este capítulo
Explicar el código en file
Explicar por qué file no resuelve la tarea
Genial!
Completion tasa mejorada a 4.55
Dividing into Groups
Desliza para mostrar el menú
Now we will divide the data into the control user group and the test user group.
Tarea
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.
Solución
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 3. Capítulo 6
single