Baselight

MLB Game Data

Pitch and other game data for 2016-present

@kaggle.josephvm_mlb_game_data

Letternotes
@kaggle.josephvm_mlb_game_data.letternotes

  • 545.92 KB
  • 30454 rows
  • 4 columns
game

Game

player_id

Player Id

player_note_id

Player-Note Id

note

Note

36040312330654a-struck out looking for A Wainwright in the 7th
36040312328844b-struck out swinging for S Maness in the 9th
36040312329124a-walked for T Watson in the 7th
3604031236300b-grounded to second for N Feliz in the 8th
36040310728728a-grounded into fielder's choice to second for J Lagares in the 9th
36040410828661a-singled to left for C Gearrin in the 8th
36040410830218a-struck out looking for C Capuano in the 6th
36040410831617b-fouled out to third for K Broxton in the 6th
36040411334926a-struck out swinging for L Martin in the 7th
3604041156298a-struck out looking for O Perez in the 9th

CREATE TABLE letternotes (
  "game" BIGINT,
  "player_id" BIGINT,
  "player_note_id" BIGINT,
  "note" VARCHAR
);

Share link

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