The History Of Baseball
A complete history of major league baseball stats from 1871 to 2015
@kaggle.seanlahman_the_history_of_baseball
A complete history of major league baseball stats from 1871 to 2015
@kaggle.seanlahman_the_history_of_baseball
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
);
Anyone who has the link will be able to view this.