The Most Profitable Store
Since we want to find the most profitable stores based on the given data, we need to group the observations in the df dataframe by the 'Store' column values and calculate the total (sum) of the 'Weekly_Sales' column for each group. Finally, we need to sort the resulting values in descending order.
Swipe to start coding
- Group the observations in the
dfdataframe by the'Store'column values. - Select the
'Weekly_Sales'column. - Calculate the total (sum) for each group.
- Sort the resulting values in descending order (not ascending).
Solución
¡Gracias por tus comentarios!
single
Pregunte a AI
Pregunte a AI
Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla
Resumir este capítulo
Explicar el código en file
Explicar por qué file no resuelve la tarea
Awesome!
Completion rate improved to 3.45
The Most Profitable Store
Desliza para mostrar el menú
Since we want to find the most profitable stores based on the given data, we need to group the observations in the df dataframe by the 'Store' column values and calculate the total (sum) of the 'Weekly_Sales' column for each group. Finally, we need to sort the resulting values in descending order.
Swipe to start coding
- Group the observations in the
dfdataframe by the'Store'column values. - Select the
'Weekly_Sales'column. - Calculate the total (sum) for each group.
- Sort the resulting values in descending order (not ascending).
Solución
¡Gracias por tus comentarios!
single