Baselight

Madden 21 Player Ratings

Madden NFL 2021 Player Ratings

@kaggle.dtrade84_madden_21_player_ratings

Madden21 Ratings
@kaggle.dtrade84_madden_21_player_ratings.madden21_ratings

  • 246.25 KB
  • 2293 rows
  • 69 columns
team

Team

full_name

Full Name

overall_rating

Overall Rating

position

Position

age

Age

speed

Speed

acceleration

Acceleration

awareness

Awareness

agility

Agility

strength

Strength

throw_power

Throw Power

throw_on_the_run

Throw On The Run

throw_under_pressure

Throw Under Pressure

throw_accuracy_short

Throw Accuracy Short

throw_accuracy_mid

Throw Accuracy Mid

throw_accuracy_deep

Throw Accuracy Deep

release

Release

ball_carrier_vision

Ball Carrier Vision

stamina

Stamina

carrying

Carrying

play_action

Play Action

pursuit

Pursuit

play_recognition

Play Recognition

short_route_running

Short Route Running

medium_route_running

Medium Route Running

deep_route_running

Deep Route Running

catch_in_traffic

Catch In Traffic

catching

Catching

spin_move

Spin Move

finesse_moves

Finesse Moves

spectacular_catch

Spectacular Catch

jumping

Jumping

tackle

Tackle

zone_coverage

Zone Coverage

man_coverage

Man Coverage

trucking

Trucking

juke_move

Juke Move

break_sack

Break Sack

toughness

Toughness

stiff_arm

Stiff Arm

power_moves

Power Moves

lead_blocking

Lead Blocking

run_block_power

Run Block Power

run_blocking

Run Blocking

hit_power

Hit Power

pass_block_finesse

Pass Block Finesse

pass_block_power

Pass Block Power

pass_blocking

Pass Blocking

impact_blocking

Impact Blocking

kick_return

Kick Return

kick_accuracy

Kick Accuracy

break_tackle

Break Tackle

kick_power

Kick Power

change_of_direction

Change Of Direction

press

Press

block_shedding

Block Shedding

run_block_finesse

Run Block Finesse

injury

Injury

player_handedness

Player Handedness

jersey_number

Jersey Number

n__total_salary

Total Salary

n__signing_bonus

Signing Bonus

archetype

Archetype

running_style

Running Style

years_pro

Years Pro

height

Height

weight

Weight

birthdate

Birthdate

college

College

RamsAaron Donald99RE29829099869920615666124987486989916952342259747789229253228129330992345458845454593102117256821974598Right99 $101,892,000.00 $40,000,000.00 DE_PowerRusherDefault Stride Loose673280Thu May 23 1991 00:00:00 GMT+0000 (Coordinated Universal Time)Pittsburgh
PatriotsStephon Gilmore99CB299294999470433930393532156996622573981511106276534470926897992280337230601635356835353556702567309599543594Right24 $33,550,000.00 $31,450,000.00 CB_MantoManDefault873202Wed Sep 19 1990 00:00:00 GMT+0000 (Coordinated Universal Time)South Carolina
PanthersChristian McCaffrey99HB249293979772444317413730749698982544288375677682921077903617125496249677104722382732366945882383299615322296Right22 $45,840,000.00 $32,190,000.00 HB_ReceivingBackShort Stride Default371205Fri Jun 07 1996 00:00:00 GMT+0000 (Coordinated Universal Time)Stanford
ChiefsPatrick Mahomes99QB248187978869979797979593228296639637222717153237691030742619174972909657102310231810101027101076208810241095Right15 $6,840,000.00 $34,420,000.00 QB_ImproviserDefault375230Sun Sep 17 1995 00:00:00 GMT+0000 (Coordinated Universal Time)Texas Tech
SaintsMichael Thomas99WR2789929992772410221510698919977619169998919899791198942718165889239983112538521514154045252282239016223193Right13 $62,750,000.00 $35,130,000.00 WR_RouteRunnerDefault475212Wed Mar 03 1993 00:00:00 GMT+0000 (Coordinated Universal Time)Ohio State
CardinalsDeAndre Hopkins98WR289191989277351523151010999498751530289695929998833299995235325591229780302937543525274449722086208840453596Right10 $81,420,000.00 $4,500,000.00 WR_PhysicalShort Stride Loose773212Sat Jun 06 1992 00:00:00 GMT+0000 (Coordinated Universal Time)Clemson
TexansJ.J. Watt98LE3177839985972061466662558967696985443377078339371879829236035129849952445458745454594101022106915914583Right99 $87,970,000.00 $16,750,000.00 DE_RunStopperDefault977288Wed Mar 22 1989 00:00:00 GMT+0000 (Coordinated Universal Time)Wisconsin
CowboysZack Martin98RG29698198659529614666151093406483115551532101015702811924101296101094979720929594931014596010279596Right70 $73,340,000.00 $20,000,000.00 G_PowerDefault Stride Awkward676315Tue Nov 20 1990 00:00:00 GMT+0000 (Coordinated Universal Time)Notre Dame
49ersGeorge Kittle98TE268889948482301014201510889092791036358784768698621888913424158477189881206576793851556078102281197420317188Right85 $3,830,000.00 $280,000.00 TE_PossessionDefault Stride Loose376250Sat Oct 09 1993 00:00:00 GMT+0000 (Coordinated Universal Time)Iowa
SeahawksBobby Wagner98MLB30868996858125610666124897616979715551573245515929684744142127453662845459845454590102023207842904598Right54 $42,000,000.00 $26,100,000.00 MLB_FieldGeneralDefault Stride Awkward872242Wed Jun 27 1990 00:00:00 GMT+0000 (Coordinated Universal Time)Utah State

CREATE TABLE madden21_ratings (
  "team" VARCHAR,
  "full_name" VARCHAR,
  "overall_rating" BIGINT,
  "position" VARCHAR,
  "age" BIGINT,
  "speed" BIGINT,
  "acceleration" BIGINT,
  "awareness" BIGINT,
  "agility" BIGINT,
  "strength" BIGINT,
  "throw_power" BIGINT,
  "throw_on_the_run" BIGINT,
  "throw_under_pressure" BIGINT,
  "throw_accuracy_short" BIGINT,
  "throw_accuracy_mid" BIGINT,
  "throw_accuracy_deep" BIGINT,
  "release" BIGINT,
  "ball_carrier_vision" BIGINT,
  "stamina" BIGINT,
  "carrying" BIGINT,
  "play_action" BIGINT,
  "pursuit" BIGINT,
  "play_recognition" BIGINT,
  "short_route_running" BIGINT,
  "medium_route_running" BIGINT,
  "deep_route_running" BIGINT,
  "catch_in_traffic" BIGINT,
  "catching" BIGINT,
  "spin_move" BIGINT,
  "finesse_moves" BIGINT,
  "spectacular_catch" BIGINT,
  "jumping" BIGINT,
  "tackle" BIGINT,
  "zone_coverage" BIGINT,
  "man_coverage" BIGINT,
  "trucking" BIGINT,
  "juke_move" BIGINT,
  "break_sack" BIGINT,
  "toughness" BIGINT,
  "stiff_arm" BIGINT,
  "power_moves" BIGINT,
  "lead_blocking" BIGINT,
  "run_block_power" BIGINT,
  "run_blocking" BIGINT,
  "hit_power" BIGINT,
  "pass_block_finesse" BIGINT,
  "pass_block_power" BIGINT,
  "pass_blocking" BIGINT,
  "impact_blocking" BIGINT,
  "kick_return" BIGINT,
  "kick_accuracy" BIGINT,
  "break_tackle" BIGINT,
  "kick_power" BIGINT,
  "change_of_direction" BIGINT,
  "press" BIGINT,
  "block_shedding" BIGINT,
  "run_block_finesse" BIGINT,
  "injury" BIGINT,
  "player_handedness" VARCHAR,
  "jersey_number" BIGINT,
  "n__total_salary" VARCHAR,
  "n__signing_bonus" VARCHAR,
  "archetype" VARCHAR,
  "running_style" VARCHAR,
  "years_pro" BIGINT,
  "height" BIGINT,
  "weight" BIGINT,
  "birthdate" TIMESTAMP,
  "college" VARCHAR
);

Share link

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