Baselight

The History Of Baseball

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

@kaggle.seanlahman_the_history_of_baseball

Manager Half
@kaggle.seanlahman_the_history_of_baseball.manager_half

  • 8.47 KB
  • 93 rows
  • 10 columns
player_id

Player Id

year

Year

team_id

Team Id

league_id

League Id

inseason

Inseason

half

Half

g

G

w

W

l

L

rank

Rank

hanlone011892BLNNL3156173912
hanlone011892BLNNL3277264610
vanhage011892BLNNL111111012
waltzjo991892BLNNL2182612
wardjo011892BRONL117851262
wardjo011892BRONL128044333
seleefr991892BSNNL117552221
seleefr991892BSNNL127750262
ansonca011892CHNNL117131398
ansonca011892CHNNL127639377

CREATE TABLE manager_half (
  "player_id" VARCHAR,
  "year" BIGINT,
  "team_id" VARCHAR,
  "league_id" VARCHAR,
  "inseason" BIGINT,
  "half" BIGINT,
  "g" BIGINT,
  "w" BIGINT,
  "l" BIGINT,
  "rank" BIGINT
);

Share link

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