Baselight

Football Player Statistics

Football Player data from Sofifa

@kaggle.yorkyong_football_player_statistics

Players 3120
@kaggle.yorkyong_football_player_statistics.players_3120

  • 331.57 KB
  • 3120 rows
  • 65 columns
name

Name

age

Age

overall_rating

Overall Rating

potential

Potential

team_contract

Team \u0026 Contract

id

ID

height

Height

weight

Weight

foot

Foot

best_overall

Best Overall

best_position

Best Position

growth

Growth

value

Value

wage

Wage

release_clause

Release Clause

total_attacking

Total Attacking

crossing

Crossing

finishing

Finishing

heading_accuracy

Heading Accuracy

short_passing

Short Passing

volleys

Volleys

total_skill

Total Skill

dribbling

Dribbling

curve

Curve

fk_accuracy

FK Accuracy

long_passing

Long Passing

ball_control

Ball Control

total_movement

Total Movement

acceleration

Acceleration

sprint_speed

Sprint Speed

agility

Agility

reactions

Reactions

balance

Balance

total_power

Total Power

shot_power

Shot Power

jumping

Jumping

stamina

Stamina

strength

Strength

long_shots

Long Shots

total_mentality

Total Mentality

aggression

Aggression

interceptions

Interceptions

att_position

Att. Position

vision

Vision

penalties

Penalties

composure

Composure

total_defending

Total Defending

defensive_awareness

Defensive Awareness

standing_tackle

Standing Tackle

sliding_tackle

Sliding Tackle

total_goalkeeping

Total Goalkeeping

gk_diving

GK Diving

gk_handling

GK Handling

gk_kicking

GK Kicking

gk_positioning

GK Positioning

gk_reflexes

GK Reflexes

total_stats

Total Stats

base_stats

Base Stats

international_reputation

International Reputation

pace_diving

Pace / Diving

shooting_handling

Shooting / Handling

passing_kicking

Passing / Kicking

dribbling_reflexes

Dribbling / Reflexes

defending_pace

Defending / Pace

unnamed_64

Unnamed: 64

15 Ronaldinho CAM ST347878Querétaro 2014 ~ 201628130182cm / 6'0"76kg / 168lbsRight77CAM€4.1M€45K€0367846950828243086868781903135048737072314745541727231960256682860782528255471413614187537734972838428
O. Hutchinson RM CAM196581Ipswich Town 2022 ~ 2025260145174cm / 5'9"65kg / 143lbsLeft67CAM16€1.8M€3K€4.5M266485349665030469525065683667669816179272625663474426441376065616314040495139107958165135117254617044
Brahim CAM238286Real Madrid 2019 ~ 2027231410170cm / 5'7"68kg / 150lbsRight84CAM4€43.5M€145K€92.4M3287576308364379847461758542985858979913327360685576294443378815879844023215113913106189740918574788531
K. Wätjen CM176280Borussia Dortmund 2024 ~ 202870728178cm / 5'10"72kg / 159lbsRight65CAM18€1M€900€2.3M2574853456744292665243656635677687859742674858635147263475454594949161505556489137118164435317250596652
A. Güler CAM RM187788Real Madrid 2023 ~ 2029264309175cm / 5'9"70kg / 154lbsLeft79CAM11€22M€41K€49.5M3408068418170403838476798138075698269853087250704373316425568807177155525746581310111410196040517270808152
C. Chaplin CAM267475Ipswich Town 2021 ~ 2026225667168cm / 5'6"69kg / 152lbsLeft75ST1€5M€19K€9.9M3586379737370352727268657541781838973913467275745075322704074726673131503843651316101412199140918275697646
Y. Moukoko ST187787Borussia Dortmund 2020 ~ 2026240833179cm / 5'10"72kg / 159lbsLeft79ST10€22.5M€18K€42.8M343477969717731879684248814098279857786360787968686728152327859607586303125601313111013185739328075598034
K. Havertz CAM CM ST248287Arsenal 2023 ~ 2028235790193cm / 6'4"82kg / 181lbsLeft85CAM5€46M€110K€88.6M40474838384803858484537985382758175836838576847770783475643848183841334547414768111012208344037881798349
J. Bellingham CAM CM208892Real Madrid 2023 ~ 2029252371186cm / 6'1"75kg / 165lbsRight90CAM4€128.5M€230K€273.1M38566876989743918873568787411818082897940879819375804068582888764852337779774814111058228249048082818778
L. Davis LB LWB237480Ipswich Town 2022 ~ 2025246685182cm / 6'0"70kg / 154lbsLeft75LWB6€6M€15K€12.6M29677476271393647077727372378807974697633353768567523166271657048702036969655113691013194141217950737168

CREATE TABLE players_3120 (
  "name" VARCHAR,
  "age" BIGINT,
  "overall_rating" VARCHAR,
  "potential" VARCHAR,
  "team_contract" VARCHAR,
  "id" BIGINT,
  "height" VARCHAR,
  "weight" VARCHAR,
  "foot" VARCHAR,
  "best_overall" BIGINT,
  "best_position" VARCHAR,
  "growth" BIGINT,
  "value" VARCHAR,
  "wage" VARCHAR,
  "release_clause" VARCHAR,
  "total_attacking" BIGINT,
  "crossing" VARCHAR,
  "finishing" VARCHAR,
  "heading_accuracy" VARCHAR,
  "short_passing" VARCHAR,
  "volleys" VARCHAR,
  "total_skill" BIGINT,
  "dribbling" VARCHAR,
  "curve" VARCHAR,
  "fk_accuracy" VARCHAR,
  "long_passing" VARCHAR,
  "ball_control" VARCHAR,
  "total_movement" BIGINT,
  "acceleration" VARCHAR,
  "sprint_speed" VARCHAR,
  "agility" VARCHAR,
  "reactions" VARCHAR,
  "balance" VARCHAR,
  "total_power" BIGINT,
  "shot_power" VARCHAR,
  "jumping" VARCHAR,
  "stamina" VARCHAR,
  "strength" VARCHAR,
  "long_shots" VARCHAR,
  "total_mentality" BIGINT,
  "aggression" VARCHAR,
  "interceptions" VARCHAR,
  "att_position" VARCHAR,
  "vision" VARCHAR,
  "penalties" VARCHAR,
  "composure" VARCHAR,
  "total_defending" BIGINT,
  "defensive_awareness" VARCHAR,
  "standing_tackle" VARCHAR,
  "sliding_tackle" VARCHAR,
  "total_goalkeeping" BIGINT,
  "gk_diving" VARCHAR,
  "gk_handling" VARCHAR,
  "gk_kicking" VARCHAR,
  "gk_positioning" VARCHAR,
  "gk_reflexes" VARCHAR,
  "total_stats" BIGINT,
  "base_stats" BIGINT,
  "international_reputation" BIGINT,
  "pace_diving" BIGINT,
  "shooting_handling" BIGINT,
  "passing_kicking" BIGINT,
  "dribbling_reflexes" BIGINT,
  "defending_pace" BIGINT,
  "unnamed_64" VARCHAR
);

Share link

Anyone who has the link will be able to view this.