MLB Game Data
Pitch and other game data for 2016-present
@kaggle.josephvm_mlb_game_data
Pitch and other game data for 2016-present
@kaggle.josephvm_mlb_game_data
CREATE TABLE pitchersbygame (
"pitchers" VARCHAR,
"ip" DOUBLE,
"h" BIGINT,
"r" BIGINT,
"er" BIGINT,
"bb" BIGINT,
"k" BIGINT,
"hr" BIGINT,
"pc_st" VARCHAR,
"era" VARCHAR,
"pc" VARCHAR,
"game" BIGINT,
"team" VARCHAR,
"extra" VARCHAR,
"pitcher_id" VARCHAR
);
Anyone who has the link will be able to view this.