Boston Red Sox Roster Data (1908-2020)
This dataset shows all Boston Red Sox rosters from 1908 to 2020
@kaggle.dasanson_boston_red_sox_roster_data_1908_2020
This dataset shows all Boston Red Sox rosters from 1908 to 2020
@kaggle.dasanson_boston_red_sox_roster_data_1908_2020
This dataset shows all rosters of the Boston Red Sox baseball team, from its founding in 1908 to 2020. The team was actually born in 1901 as the Boston Americans, until 1907, after which they were renamed to Boston Red Sox.
The Excel file includes filters for each column.
Column Description
CREATE TABLE boston_red_sox_roster_data (
"season" BIGINT,
"name" VARCHAR,
"age" BIGINT,
"born" VARCHAR,
"flag" VARCHAR,
"b" VARCHAR,
"t" VARCHAR,
"ht" VARCHAR,
"wt" DOUBLE,
"dob" VARCHAR,
"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" VARCHAR,
"all_star" VARCHAR,
"hof" VARCHAR
);Anyone who has the link will be able to view this.