Los Angeles Dodgers Roster Data (1958-2020)
This dataset shows all Los Angeles Dodgers rosters from 1958 to 2020
@kaggle.dasanson_los_angeles_dodgers_roster_data_1958_2020
This dataset shows all Los Angeles Dodgers rosters from 1958 to 2020
@kaggle.dasanson_los_angeles_dodgers_roster_data_1958_2020
This dataset shows all rosters of the Los Angeles Dodgers baseball team, from its founding in 1958 to 2020. The team was actually born in 1884 as the Brooklyn Atlantics, and after several changes, became Los Angeles Dodgers in 1958.
The Excel file includes filters for each column.
Column Description
CREATE TABLE los_angeles_dodgers_roster_data (
"season" BIGINT,
"name" VARCHAR,
"age" BIGINT,
"born" VARCHAR,
"flag" VARCHAR,
"b" VARCHAR,
"t" VARCHAR,
"ht" VARCHAR,
"wt" BIGINT,
"dob" TIMESTAMP,
"yrs" VARCHAR,
"gp" BIGINT,
"gs" BIGINT,
"batting" BIGINT,
"defense" BIGINT,
"p" BIGINT,
"c" BIGINT,
"n_1b" BIGINT -- 1B,
"n_2b" BIGINT -- 2B,
"n_3b" BIGINT -- 3B,
"ss" BIGINT,
"lf" BIGINT,
"cf" BIGINT,
"rf" BIGINT,
"of" BIGINT,
"dh" VARCHAR,
"ph" BIGINT,
"pr" BIGINT,
"war" DOUBLE,
"all_star" VARCHAR,
"hof" VARCHAR
);Anyone who has the link will be able to view this.