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 team (
"year" BIGINT,
"league_id" VARCHAR,
"team_id" VARCHAR,
"franchise_id" VARCHAR,
"div_id" VARCHAR,
"rank" BIGINT,
"g" BIGINT,
"ghome" DOUBLE,
"w" BIGINT,
"l" BIGINT,
"div_win" VARCHAR,
"wc_win" VARCHAR,
"lg_win" VARCHAR,
"ws_win" VARCHAR,
"r" BIGINT,
"ab" BIGINT,
"h" BIGINT,
"double" BIGINT,
"triple" BIGINT,
"hr" BIGINT,
"bb" BIGINT,
"so" DOUBLE,
"sb" DOUBLE,
"cs" DOUBLE,
"hbp" DOUBLE,
"sf" DOUBLE,
"ra" BIGINT,
"er" BIGINT,
"era" DOUBLE,
"cg" BIGINT,
"sho" BIGINT,
"sv" BIGINT,
"ipouts" BIGINT,
"ha" BIGINT,
"hra" BIGINT,
"bba" BIGINT,
"soa" BIGINT,
"e" BIGINT,
"dp" DOUBLE,
"fp" DOUBLE,
"name" VARCHAR,
"park" VARCHAR,
"attendance" DOUBLE,
"bpf" BIGINT,
"ppf" BIGINT,
"team_id_br" VARCHAR,
"team_id_lahman45" VARCHAR,
"team_id_retro" VARCHAR
);
Anyone who has the link will be able to view this.