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_positions
Primary playing positions of the player.
nationality
The country the player represents.
team_position
Player's assigned position within their club.
club_name
Name of the club the player is part of.
work_rate
The player's work rate, describing defensive and attacking intensity.
weak_foot
Skill rating for the player's non-dominant foot, ranging from 1 to 5.
skill_moves
Skill moves rating, indicating technical skill and ability to perform complex moves, on a scale of 1 to 5.
international_reputation
Player's reputation on an international scale, from 1=local to 3=global star.
body_type
Body type of the player ( Lean, Normal, Stocky.
preferred_foot
Dominant foot of the player, either Left or Right.
age
Age of the player in years.
height_cm
Height of the player in centimeters.
weight_kg
Weight of the player in kilograms.
overall
Overall skill rating of the player out of 100.
potential
Potential skill rating the player may achieve in the future.
value_eur
Estimated market value of the player in Euros.
wage_eur
Player's weekly wage in Euros.
release_clause_eur
Release clause value in Euros, which other clubs must pay to buy out the player's contract.
pace
Speed rating of the player out of 100.
shooting
Shooting skill rating out of 100.
passing
Passing skill rating out of 100.
dribbling
Dribbling skill rating out of 100.
defending
Defending skill rating out of 100.
physic
Physicality 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