Baselight

MLB Game Data

Pitch and other game data for 2016-present

@kaggle.josephvm_mlb_game_data

Events
@kaggle.josephvm_mlb_game_data.events

  • 17.35 MB
  • 1410131 rows
  • 8 columns
game

Game

pitching_team

Pitching Team

batting_team

Batting Team

inning

Inning

event_id

Event Id

events

Events

away

Away

home

Home

360403123PITSTLTop 1stLiriano pitching for PITSTLPIT
360403123PITSTLTop 1st1Carpenter grounded out to first.00
360403123PITSTLTop 1st2Pham grounded out to third.00
360403123PITSTLTop 1st3Holliday struck out looking.00
360403123STLPITBottom 1st4Wainwright pitching for STLSTLPIT
360403123STLPITBottom 1st5Jaso grounded out to second.00
360403123STLPITBottom 1st6McCutchen hit by pitch.00
360403123STLPITBottom 1st7Freese singled to center, McCutchen to third.00
360403123STLPITBottom 1st8Marte lined out to shortstop.00
360403123STLPITBottom 1st9Cervelli popped out to shortstop.00

CREATE TABLE events (
  "game" BIGINT,
  "pitching_team" VARCHAR,
  "batting_team" VARCHAR,
  "inning" VARCHAR,
  "event_id" BIGINT,
  "events" VARCHAR,
  "away" VARCHAR,
  "home" VARCHAR
);

Share link

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