Baselight

The History Of Baseball

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

@kaggle.seanlahman_the_history_of_baseball

Player College
@kaggle.seanlahman_the_history_of_baseball.player_college

  • 115.93 KB
  • 17350 rows
  • 3 columns
player_id

Player Id

college_id

College Id

year

Year

aardsda01pennst2001
aardsda01rice2002
aardsda01rice2003
abadan01gamiddl1992
abadan01gamiddl1993
abbeybe01vermont1889
abbeybe01vermont1890
abbeybe01vermont1891
abbeybe01vermont1892
abbotje01kentucky1991

CREATE TABLE player_college (
  "player_id" VARCHAR,
  "college_id" VARCHAR,
  "year" BIGINT
);

Share link

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