The fifa_nl dataset contains information on players in the Dutch League from the FIFA 21 video game. This dataset includes various attributes of players, such as demographics, club details, skill ratings, and physical characteristics.
data("fifa_nl")A data frame with observations on various attributes describing the players.
player_positionsPrimary playing positions of the player.
nationalityThe country the player represents.
team_positionPlayer's assigned position within their club.
club_nameName of the club the player is part of.
work_rateThe player's work rate, describing defensive and attacking intensity.
weak_footSkill rating for the player's non-dominant foot, ranging from 1 to 5.
skill_movesSkill moves rating, indicating technical skill and ability to perform complex moves, on a scale of 1 to 5.
international_reputationPlayer's reputation on an international scale, from 1=local to 3=global star.
body_typeBody type of the player ( Lean, Normal, Stocky.
preferred_footDominant foot of the player, either Left or Right.
ageAge of the player in years.
height_cmHeight of the player in centimeters.
weight_kgWeight of the player in kilograms.
overallOverall skill rating of the player out of 100.
potentialPotential skill rating the player may achieve in the future.
value_eurEstimated market value of the player in Euros.
wage_eurPlayer's weekly wage in Euros.
release_clause_eurRelease clause value in Euros, which other clubs must pay to buy out the player's contract.
paceSpeed rating of the player out of 100.
shootingShooting skill rating out of 100.
passingPassing skill rating out of 100.
dribblingDribbling skill rating out of 100.
defendingDefending skill rating out of 100.
physicPhysicality rating out of 100.
This dataset provides a snapshot of player attributes and performance indicators as represented in FIFA 21 for players in the Dutch League. It can be used to analyze player characteristics, compare skills across players, and explore potential relationships among variables such as age, position, and various skill ratings.
Stefano Leone. (2021). FIFA 21 Complete Player Dataset. Retrieved from https://www.kaggle.com/datasets/stefanoleone992/fifa-21-complete-player-dataset.
data(fifa_nl)
summary(fifa_nl)
Run the code above in your browser using DataLab