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 inninghighlights (
"inning" VARCHAR,
"runs" BIGINT,
"hits" BIGINT,
"errors" BIGINT,
"game" BIGINT
);
Anyone who has the link will be able to view this.