Baselight

MLB Game Data

Pitch and other game data for 2016-present

@kaggle.josephvm_mlb_game_data

Inninghighlights
@kaggle.josephvm_mlb_game_data.inninghighlights

  • 355.64 KB
  • 238483 rows
  • 5 columns
inning

Inning

runs

Runs

hits

Hits

errors

Errors

game

Game

T1360403123
B11360403123
T2360403123
B223360403123
T31360403123
B3360403123
T42360403123
B4360403123
T5360403123
B51360403123

CREATE TABLE inninghighlights (
  "inning" VARCHAR,
  "runs" BIGINT,
  "hits" BIGINT,
  "errors" BIGINT,
  "game" BIGINT
);

Share link

Anyone who has the link will be able to view this.