Секція 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.
Завдання
Swipe to start coding
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
Запитати АІ
Запитати АІ
Запитайте про що завгодно або спробуйте одне із запропонованих запитань, щоб почати наш чат