Babe Ruth Career Stats
The career batting and pitching statistics for Babe Ruth
@kaggle.jarredpriester_babe_ruth_career_stats
The career batting and pitching statistics for Babe Ruth
@kaggle.jarredpriester_babe_ruth_career_stats
CREATE TABLE babe_ruth_batting (
"year" BIGINT,
"age" BIGINT,
"tm" VARCHAR,
"lg" VARCHAR,
"g" BIGINT,
"pa" BIGINT,
"ab" BIGINT,
"r" BIGINT,
"h" BIGINT,
"n_2b" BIGINT,
"n_3b" BIGINT,
"hr" BIGINT,
"rbi" BIGINT,
"sb" BIGINT,
"cs" DOUBLE,
"bb" BIGINT,
"so" BIGINT,
"ba" DOUBLE,
"obp" DOUBLE,
"slg" DOUBLE,
"ops" DOUBLE,
"ops_342c99" BIGINT,
"tb" BIGINT,
"gdp" DOUBLE,
"hbp" BIGINT,
"sh" BIGINT,
"sf" VARCHAR,
"ibb" DOUBLE,
"unnamed_28" VARCHAR
);
Anyone who has the link will be able to view this.