Baselight

MLB Game Data

Pitch and other game data for 2016-present

@kaggle.josephvm_mlb_game_data

Baserunningnotes
@kaggle.josephvm_mlb_game_data.baserunningnotes

  • 407.8 KB
  • 15195 rows
  • 4 columns
game

Game

team

Team

stat

Stat

data

Data

360403123PITCS Cervelli (1, Home by Maness/Molina)
360403123PITPicked Off Cervelli (3rd base by Molina)
360403130TBCS Kiermaier (1, 3rd base by Stroman/Martin)
360403107NYMCS Conforto (1, 2nd base by Vólquez/Pérez)
360403107KCSB Escobar (1, 2nd base off Harvey/d'Arnaud)
360404108SFSB Pagán (1, 2nd base off Peralta/Lucroy)
360404101BALSB Trumbo (1, 2nd base off E. Santana/Suzuki)
360404113TEXSB Odor (1, 2nd base off Hernández/Iannetta)
360404115WSHSB Harper (1, 2nd base off Vizcaíno/Pierzynski)
360404115WSHCS Rendon (1, 2nd base by Teherán)

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

Share link

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