Ken Griffey Jr Career Stats
The career MLB stats of Ken Griffey Jr.
@kaggle.jarredpriester_ken_griffey_jr_career_stats
The career MLB stats of Ken Griffey Jr.
@kaggle.jarredpriester_ken_griffey_jr_career_stats
CREATE TABLE kengriffyjr (
"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" BIGINT,
"bb" BIGINT,
"so" BIGINT,
"ba" DOUBLE,
"obp" DOUBLE,
"slg" DOUBLE,
"ops" DOUBLE,
"ops_342c99" BIGINT,
"tb" BIGINT,
"gdp" BIGINT,
"hbp" BIGINT,
"sh" BIGINT,
"sf" BIGINT,
"ibb" BIGINT
);
Anyone who has the link will be able to view this.