Baselight

The History Of Baseball

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

@kaggle.seanlahman_the_history_of_baseball

Appearances
@kaggle.seanlahman_the_history_of_baseball.appearances

  • 1.2 MB
  • 100951 rows
  • 21 columns
year

Year

team_id

Team Id

league_id

League Id

player_id

Player Id

g_all

G All

gs

Gs

g_batting

G Batting

g_defense

G Defense

g_p

G P

g_c

G C

g_1b

G 1b

g_2b

G 2b

g_3b

G 3b

g_ss

G Ss

g_lf

G Lf

g_cf

G Cf

g_rf

G Rf

g_of

G Of

g_dh

G Dh

g_ph

G Ph

g_pr

G Pr

1871BS1nanbarnero013131311615
1871BS1nanbarrofr01181818113417
1871BS1nanbirdsda0129292972727
1871BS1nanconefr0119191918118
1871BS1nangouldch013131313011
1871BS1nanjackssa0116161614111
1871BS1nanmcveyca0129292929155
1871BS1nanschafha0131313131
1871BS1nanspaldal013131313199
1871BS1nanwrighge01161616115

CREATE TABLE appearances (
  "year" BIGINT,
  "team_id" VARCHAR,
  "league_id" VARCHAR,
  "player_id" VARCHAR,
  "g_all" DOUBLE,
  "gs" DOUBLE,
  "g_batting" BIGINT,
  "g_defense" DOUBLE,
  "g_p" BIGINT,
  "g_c" BIGINT,
  "g_1b" BIGINT,
  "g_2b" BIGINT,
  "g_3b" BIGINT,
  "g_ss" BIGINT,
  "g_lf" BIGINT,
  "g_cf" BIGINT,
  "g_rf" BIGINT,
  "g_of" BIGINT,
  "g_dh" DOUBLE,
  "g_ph" DOUBLE,
  "g_pr" DOUBLE
);

Share link

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