Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Challenge: Plot Team Attendance | Tracking Athlete Performance
Python for Coaches
セクション 1.  7
single

single

bookChallenge: 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, where True indicates presence at a session.
  • The function must count the number of True values 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.

解答

Switch to desktop実践的な練習のためにデスクトップに切り替える下記のオプションのいずれかを利用して、現在の場所から続行する
すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 1.  7
single

single

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

some-alt