Houston Astros Roster Data (1965-2020)
This dataset shows all Houston Astros rosters from 1965 to 2020
@kaggle.dasanson_boston_red_sox_roster_data_1965_2020
This dataset shows all Houston Astros rosters from 1965 to 2020
@kaggle.dasanson_boston_red_sox_roster_data_1965_2020
This dataset shows all rosters of the Houston Astros baseball team, from its founding in 1965 to 2020. The team was actually born in 1962 as the Houston Colt .45s, until 1964, after which they were renamed to Houston Astros.
The Excel file includes filters for each column.
Column Description
CREATE TABLE houston_astros_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" VARCHAR,
"war" VARCHAR,
"all_star" VARCHAR,
"hof" VARCHAR
);Anyone who has the link will be able to view this.