Baselight

The History Of Baseball

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

@kaggle.seanlahman_the_history_of_baseball

Team Half
@kaggle.seanlahman_the_history_of_baseball.team_half

  • 7.11 KB
  • 52 rows
  • 10 columns
year

Year

league_id

League Id

team_id

Team Id

half

Half

div_id

Div Id

div_win

Div Win

rank

Rank

g

G

w

W

l

L

1981NLATL1WN4542529
1981NLATL2WN5522527
1981ALBAL1EN2543123
1981ALBAL2EN4512823
1981ALBOS1EN5563026
1981ALBOS2EN2522923
1981ALCAL1WN4603129
1981ALCAL2WN6502030
1981ALCHA1WN3533122
1981ALCHA2WN6532330

CREATE TABLE team_half (
  "year" BIGINT,
  "league_id" VARCHAR,
  "team_id" VARCHAR,
  "half" BIGINT,
  "div_id" VARCHAR,
  "div_win" VARCHAR,
  "rank" BIGINT,
  "g" BIGINT,
  "w" BIGINT,
  "l" BIGINT
);

Share link

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