Course Content
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?
Importing libraries and data
Read information in notebook. As for now and in future, you will need to replace ___
with necessary pieces of code. Also comments in this notebook - are good hints for you.
Task
- Load
pandas
andseaborn
libraries withpd
andsns
aliases respectively. - Load
csv
file namedFullData.csv
Mark tasks as Completed
Switch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?
Thanks for your feedback!
Read information in notebook. As for now and in future, you will need to replace ___
with necessary pieces of code. Also comments in this notebook - are good hints for you.
Task
- Load
pandas
andseaborn
libraries withpd
andsns
aliases respectively. - Load
csv
file namedFullData.csv
Mark tasks as Completed
Switch to desktop for real-world practiceContinue from where you are using one of the options below
Section 1. Chapter 1
AVAILABLE TO ULTIMATE ONLY