Baselight

The History Of Baseball

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

@kaggle.seanlahman_the_history_of_baseball

Fielding Postseason
@kaggle.seanlahman_the_history_of_baseball.fielding_postseason

  • 125.22 KB
  • 12311 rows
  • 17 columns
player_id

Player Id

year

Year

team_id

Team Id

league_id

League Id

round

Round

pos

Pos

g

G

gs

Gs

inn_outs

Inn Outs

po

Po

a

A

e

E

dp

Dp

tp

Tp

pb

Pb

sb

Sb

cs

Cs

colliji011903BOSALWS3B8821391811
crigelo011903BOSALWSC882135473293
dinnebi011903BOSALWSP441052961
doughpa011903BOSALWSLF8821313311
ferriho011903BOSALWS2B88213182322
freembu011903BOSALWSRF8821310
hugheto011903BOSALWSP116
lachaca011903BOSALWS1B8821377333
parenfr011903BOSALWSSS88213162832
stahlch011903BOSALWSCF88213141

CREATE TABLE fielding_postseason (
  "player_id" VARCHAR,
  "year" BIGINT,
  "team_id" VARCHAR,
  "league_id" VARCHAR,
  "round" VARCHAR,
  "pos" VARCHAR,
  "g" BIGINT,
  "gs" DOUBLE,
  "inn_outs" DOUBLE,
  "po" BIGINT,
  "a" BIGINT,
  "e" BIGINT,
  "dp" BIGINT,
  "tp" BIGINT,
  "pb" DOUBLE,
  "sb" DOUBLE,
  "cs" DOUBLE
);

Share link

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