Baselight

MLB Game Data

Pitch and other game data for 2016-present

@kaggle.josephvm_mlb_game_data

Fieldingnotes
@kaggle.josephvm_mlb_game_data.fieldingnotes

  • 570.09 KB
  • 32602 rows
  • 4 columns
game

Game

team

Team

stat

Stat

data

Data

360403123STLDP 2 (Carpenter-Wong-Adams, Grichuk-Wong)
360403123STLAssists Grichuk (Polanco at 2nd base)
360403123PITE Cervelli (1, throw)
360403123PITDP 1 (Mercer-Jaso)
360403130TORE Goins (1, ground ball); Bautista (1, line drive)
360403130TBE Morrison (1, line drive)
360403107NYME Céspedes (1, fly ball)
360403107NYMDP 3 (Walker-Cabrera-Duda 2, Duda-Cabrera-Harvey)
360403107NYMPB d'Arnaud
360404108SFDP 1 (Crawford-Panik-Belt)

CREATE TABLE fieldingnotes (
  "game" BIGINT,
  "team" VARCHAR,
  "stat" VARCHAR,
  "data" VARCHAR
);

Share link

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