セクション 1. 章 7
single
Challenge: Plot Team Attendance
メニューを表示するにはスワイプしてください
Visualizing attendance helps coaches quickly identify participation trends across the team. By creating a bar chart of team attendance, you can immediately spot which athletes are consistently present and who may need additional support or encouragement. This approach transforms raw attendance data into an accessible visual summary, making it easier to communicate and act on participation insights.
タスク
スワイプしてコーディングを開始
Write a function that takes a list of athlete attendance records and plots a bar chart showing the total number of sessions attended by each athlete.
- Each record in the list contains a
"name"and an"attendance"list. - The
"attendance"list contains boolean values, whereTrueindicates presence at a session. - The function must count the number of
Truevalues for each athlete. - The x-axis of the bar chart must show athlete names.
- The y-axis must show the total sessions attended for each athlete.
- The function must display the bar chart.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 1. 章 7
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください