セクション 4. 章 6
single
Comparing Shops
メニューを表示するにはスワイプしてください
As you can see, all of these points are related to the 'pre-Christmas' periods, as we noticed before. Now, let's use visualizing tools to compare the revenue for shops. We already know the top 5 selling stores, but are other shops significantly worse? We'll find out using a bar chart.
タスク
スワイプしてコーディングを開始
- Prepare the data: group the values of the
dfDataFrame based on the'Store'column, then select the'Weekly_Sales'column, calculate sum values across groups, and reset the indexes. Save the result within thedatavariable. - Initialize a bar plot. Use the
'Store'column values ofdatafor the x-axis,'Weekly_Sales'for the y-axis, and make bars'blue'. - Display the plot.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 4. 章 6
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください