セクション 1. 章 4
single
Challenge: Identify Top and Bottom Products
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
Given a DataFrame with product names and sales amounts, your goal is to analyze the sales data and clearly report which products performed best and worst.
- Group the data by the
productcolumn and sum thesalesvalues for each product. - Sort the products by their total sales in descending order.
- Identify the top 2 products with the highest total sales.
- Identify the bottom 2 products with the lowest total sales.
- Print the top 2 and bottom 2 products in a clear format.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 1. 章 4
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください