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
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,
"n_2b" BIGINT,
"n_3b" BIGINT,
"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.