Baselight

MLB Game Data

Pitch and other game data for 2016-present

@kaggle.josephvm_mlb_game_data

Plays
@kaggle.josephvm_mlb_game_data.plays

  • 15.72 MB
  • 1061113 rows
  • 5 columns
game

Game

team

Team

batter_id

Batter Id

batter

Batter

event

Event

360403123STL31015M. Carpenter1st: Carpenter grounded out to first.
360403123STL31015M. Carpenter3rd: Carpenter grounded into double play, shortstop to first, Wainwright out at second.
360403123STL31015M. Carpenter5th: Carpenter walked.
360403123STL31015M. Carpenter7th: Carpenter flied out to left.
360403123STL31015M. Carpenter9th: Carpenter singled to right, Molina scored, Wong to third.
360403123STL31208T. Pham1st: Pham grounded out to third.
360403123STL31359M. Adams4th: Adams struck out swinging.
360403123STL31359M. Adams5th: Adams grounded out to shortstop.
360403123STL31359M. Adams7th: Adams struck out swinging.
360403123STL31359M. Adams9th: Adams flied out to center.

CREATE TABLE plays (
  "game" BIGINT,
  "team" VARCHAR,
  "batter_id" VARCHAR,
  "batter" VARCHAR,
  "event" VARCHAR
);

Share link

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