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 player (
"player_id" VARCHAR,
"birth_year" DOUBLE,
"birth_month" DOUBLE,
"birth_day" DOUBLE,
"birth_country" VARCHAR,
"birth_state" VARCHAR,
"birth_city" VARCHAR,
"death_year" DOUBLE,
"death_month" DOUBLE,
"death_day" DOUBLE,
"death_country" VARCHAR,
"death_state" VARCHAR,
"death_city" VARCHAR,
"name_first" VARCHAR,
"name_last" VARCHAR,
"name_given" VARCHAR,
"weight" DOUBLE,
"height" DOUBLE,
"bats" VARCHAR,
"throws" VARCHAR,
"debut" TIMESTAMP,
"final_game" TIMESTAMP,
"retro_id" VARCHAR,
"bbref_id" VARCHAR
);
Anyone who has the link will be able to view this.