Зміст курсу
Analyzing FIFA-17 players data with pandas
Analyzing FIFA-17 players data with pandas
Importing libraries and dataFirst data explorationIs everything ok with height column?Correcting and converting height columnAverage height and player roleNational teams playersClubs and national teams representationWhich club has the best players?How many players are in each club?Which club has the best 11?
Average height and player role
Now we have column Height with integer type and can use it for analysis. Let's find out is there is relation between players role and how tall he is.
Завдання
- Calculate average type for each player role and sort in descending order.
- Build barplot representing average height for each players role.
Mark tasks as Completed
Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Все було зрозуміло?
Дякуємо за ваш відгук!
Now we have column Height with integer type and can use it for analysis. Let's find out is there is relation between players role and how tall he is.
Завдання
- Calculate average type for each player role and sort in descending order.
- Build barplot representing average height for each players role.
Mark tasks as Completed
Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Секція 1. Розділ 5
AVAILABLE TO ULTIMATE ONLY