Baselight

NHL NBA,MLB,NBA Salaries + Statistics (1876-2024)

Data on major North American sports leagues compiled into CSV/JSONL form.

@kaggle.chiefzach12_sports_data

Center
@kaggle.chiefzach12_sports_data.center

  • 52.42 KB
  • 1391 rows
  • 15 columns
unnamed_0

Unnamed: 0

player

Player

team

Team

year_signed

Year Signed

years

Years

unnamed_5

Unnamed: 5

value

Value

apy

APY

guaranteed

Guaranteed

unnamed_9

Unnamed: 9

apy_as_of_cap_at_signing

APY As % Of Cap At Signing

unnamed_11

Unnamed: 11

inflated_value

Inflated Value

inflated_apy

Inflated APY

inflated_guaranteed

Inflated Guaranteed

Frank RagnowLions202145400000013500000420000007.4%826126032065315164254247
1Creed HumphreyChiefs202447200000018000000503150007.0%787094751967736955003712
2Corey LinsleyChargers202156250000012500000260000006.8%956164381912328839776438
3Ryan KalilPanthers20116491160008186000280000006.8%1139205581898676064943718
4Jason KelceEagles202211400000014000000140000006.7%187742561877425618774256
5Maurkice PounceySteelers20145441366258827325130000006.6%926537271853074527290226
6Kevin MawaeJets1998516800000336000050000006.4%895350081790700226647324
7Jason KelceEagles202311425000014250000142500006.3%176983991769839917698399
8Alex MackBrowns20145420000008400000260000006.3%881684211763368454580451
9Ryan KellyColts202044965000012412500340000006.3%699408681748521747895055

CREATE TABLE center (
  "unnamed_0" BIGINT,
  "player" VARCHAR,
  "team" VARCHAR,
  "year_signed" BIGINT,
  "years" BIGINT,
  "unnamed_5" VARCHAR,
  "value" BIGINT,
  "apy" BIGINT,
  "guaranteed" BIGINT,
  "unnamed_9" VARCHAR,
  "apy_as_of_cap_at_signing" VARCHAR,
  "unnamed_11" VARCHAR,
  "inflated_value" BIGINT,
  "inflated_apy" BIGINT,
  "inflated_guaranteed" BIGINT
);

Share link

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