Baselight

The History Of Baseball

A complete history of major league baseball stats from 1871 to 2015

@kaggle.seanlahman_the_history_of_baseball

Salary
@kaggle.seanlahman_the_history_of_baseball.salary

  • 136.2 KB
  • 25575 rows
  • 5 columns
year

Year

team_id

Team Id

league_id

League Id

player_id

Player Id

salary

Salary

1985ATLNLbarkele01870000
1985ATLNLbedrost01550000
1985ATLNLbenedbr01545000
1985ATLNLcampri01633333
1985ATLNLceronri01625000
1985ATLNLchambch01800000
1985ATLNLdedmoje01150000
1985ATLNLforstte01483333
1985ATLNLgarbege01772000
1985ATLNLharpete01250000

CREATE TABLE salary (
  "year" BIGINT,
  "team_id" VARCHAR,
  "league_id" VARCHAR,
  "player_id" VARCHAR,
  "salary" BIGINT
);

Share link

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