セクション 3. 章 7
single
Challenge: Visualize Motivational Messages
メニューを表示するにはスワイプしてください
Visualizing motivational message categories helps you understand your team's morale and where to focus your coaching efforts. By seeing the distribution of athletes across categories like "Excellent", "Good", and "Needs Improvement", you gain insights into overall performance and can tailor your motivational strategies accordingly.
タスク
スワイプしてコーディングを開始
Write a function that takes a list of performance categories and plots a bar chart of counts for each category.
- Count the number of occurrences for each unique value in the
categorieslist. - Create a bar chart using
matplotlibwith category names on the x-axis and their counts on the y-axis. - Label the x-axis as "Performance Category" and the y-axis as "Number of Athletes."
- Set the chart title to "Athletes by Performance Category."
- Display the chart.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 3. 章 7
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください