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 batting_postseason (
"year" BIGINT,
"round" VARCHAR,
"player_id" VARCHAR,
"team_id" VARCHAR,
"league_id" VARCHAR,
"g" BIGINT,
"ab" BIGINT,
"r" BIGINT,
"h" BIGINT,
"double" BIGINT,
"triple" BIGINT,
"hr" BIGINT,
"rbi" BIGINT,
"sb" BIGINT,
"cs" DOUBLE,
"bb" BIGINT,
"so" BIGINT,
"ibb" DOUBLE,
"hbp" DOUBLE,
"sh" DOUBLE,
"sf" DOUBLE,
"g_idp" DOUBLE
);
Anyone who has the link will be able to view this.