Baselight

MLB Postseason 2024 Pitch-by-Pitch Data

High-fidelity baseball data to track and predict the Postseason as it unfolds

@kaggle.janus137_mlb_postseason_2024_pitch_by_pitch_data

Loading...
Loading...

About this Dataset

MLB Postseason 2024 Pitch-by-Pitch Data

Pitch-by-pitch data from Statcast for the 2024 MLB (Major League Baseball) Postseason, updated daily as the 2024 Postseason progresses.

The evolution of Statcast technology began with PITCHf/x in 2006, a pioneering system that used fixed cameras to track the trajectory, velocity, and location of every pitch in Major League Baseball. In 2015, Statcast was introduced as an upgrade, combining TrackMan's Doppler radar technology with ChyronHego’s optical camera system. TrackMan tracked the ball’s velocity, spin rate, and flight path, while ChyronHego’s cameras captured player movement, positioning, and defensive actions on the field, enabling advanced performance analysis. This combined radar and camera-based system revolutionized data collection in baseball, providing unprecedented insights into pitch dynamics, hit quality, and player movements. In 2020, MLB further enhanced Statcast by transitioning to the Hawk-Eye system, which uses an array of high-resolution cameras placed throughout the stadium to provide more precise tracking of both players and the ball. This upgrade improved accuracy, expanded data capabilities, and added richer player-tracking metrics, making Statcast a cornerstone of modern baseball analytics.

Tables

Data Mlb 2024 Statcastpostseason Pitchbypitch 20241102a

@kaggle.janus137_mlb_postseason_2024_pitch_by_pitch_data.data_mlb_2024_statcastpostseason_pitchbypitch_20241102a
  • 1.44 MB
  • 12,786 rows
  • 94 columns
Loading...
CREATE TABLE data_mlb_2024_statcastpostseason_pitchbypitch_20241102a (
  "game_year" BIGINT,
  "game_date" TIMESTAMP,
  "player_name" VARCHAR,
  "pitcher" BIGINT,
  "batter" BIGINT,
  "balls" BIGINT,
  "strikes" BIGINT,
  "inning" BIGINT,
  "inning_topbot" VARCHAR,
  "at_bat_number" BIGINT,
  "pitch_number" BIGINT,
  "events" VARCHAR,
  "pitch_type" VARCHAR,
  "pitch_name" VARCHAR,
  "release_speed" DOUBLE,
  "release_pos_x" DOUBLE,
  "release_pos_z" DOUBLE,
  "description" VARCHAR,
  "spin_dir" VARCHAR,
  "spin_rate_deprecated" VARCHAR,
  "break_angle_deprecated" VARCHAR,
  "break_length_deprecated" VARCHAR,
  "zone" BIGINT,
  "des" VARCHAR,
  "game_type" VARCHAR,
  "stand" VARCHAR,
  "p_throws" VARCHAR,
  "home_team" VARCHAR,
  "away_team" VARCHAR,
  "type" VARCHAR,
  "hit_location" DOUBLE,
  "bb_type" VARCHAR,
  "pfx_x" DOUBLE,
  "pfx_z" DOUBLE,
  "plate_x" DOUBLE,
  "plate_z" DOUBLE,
  "on_3b" DOUBLE,
  "on_2b" DOUBLE,
  "on_1b" DOUBLE,
  "outs_when_up" BIGINT,
  "hc_x" DOUBLE,
  "hc_y" DOUBLE,
  "tfs_deprecated" VARCHAR,
  "tfs_zulu_deprecated" VARCHAR,
  "fielder_2" BIGINT,
  "umpire" VARCHAR,
  "sv_id" VARCHAR,
  "vx0" DOUBLE,
  "vy0" DOUBLE,
  "vz0" DOUBLE,
  "ax" DOUBLE,
  "ay" DOUBLE,
  "az" DOUBLE,
  "sz_top" DOUBLE,
  "sz_bot" DOUBLE,
  "hit_distance_sc" DOUBLE,
  "launch_speed" DOUBLE,
  "launch_angle" DOUBLE,
  "effective_speed" DOUBLE,
  "release_spin_rate" DOUBLE,
  "release_extension" DOUBLE,
  "game_pk" BIGINT,
  "pitcher_1" BIGINT,
  "fielder_2_1" BIGINT,
  "fielder_3" BIGINT,
  "fielder_4" BIGINT,
  "fielder_5" BIGINT,
  "fielder_6" BIGINT,
  "fielder_7" BIGINT,
  "fielder_8" BIGINT,
  "fielder_9" BIGINT,
  "release_pos_y" DOUBLE,
  "estimated_ba_using_speedangle" DOUBLE,
  "estimated_woba_using_speedangle" DOUBLE,
  "woba_value" DOUBLE,
  "woba_denom" DOUBLE,
  "babip_value" DOUBLE,
  "iso_value" DOUBLE,
  "launch_speed_angle" DOUBLE,
  "home_score" BIGINT,
  "away_score" BIGINT,
  "bat_score" BIGINT,
  "fld_score" BIGINT,
  "post_away_score" BIGINT,
  "post_home_score" BIGINT,
  "post_bat_score" BIGINT,
  "post_fld_score" BIGINT,
  "if_fielding_alignment" VARCHAR,
  "of_fielding_alignment" VARCHAR,
  "spin_axis" DOUBLE,
  "delta_home_win_exp" DOUBLE,
  "delta_run_exp" DOUBLE,
  "bat_speed" DOUBLE,
  "swing_length" DOUBLE
);

Data Mlb 2024 Statcastpostseasontodate Pitchbypitch 20241006a

@kaggle.janus137_mlb_postseason_2024_pitch_by_pitch_data.data_mlb_2024_statcastpostseasontodate_pitchbypitch_20241006a
  • 486.96 kB
  • 3,733 rows
  • 94 columns
Loading...
CREATE TABLE data_mlb_2024_statcastpostseasontodate_pitchbypitch_20241006a (
  "game_year" BIGINT,
  "game_date" TIMESTAMP,
  "player_name" VARCHAR,
  "pitcher" BIGINT,
  "batter" BIGINT,
  "balls" BIGINT,
  "strikes" BIGINT,
  "inning" BIGINT,
  "inning_topbot" VARCHAR,
  "at_bat_number" BIGINT,
  "pitch_number" BIGINT,
  "events" VARCHAR,
  "pitch_type" VARCHAR,
  "pitch_name" VARCHAR,
  "release_speed" DOUBLE,
  "release_pos_x" DOUBLE,
  "release_pos_z" DOUBLE,
  "description" VARCHAR,
  "spin_dir" VARCHAR,
  "spin_rate_deprecated" VARCHAR,
  "break_angle_deprecated" VARCHAR,
  "break_length_deprecated" VARCHAR,
  "zone" BIGINT,
  "des" VARCHAR,
  "game_type" VARCHAR,
  "stand" VARCHAR,
  "p_throws" VARCHAR,
  "home_team" VARCHAR,
  "away_team" VARCHAR,
  "type" VARCHAR,
  "hit_location" DOUBLE,
  "bb_type" VARCHAR,
  "pfx_x" DOUBLE,
  "pfx_z" DOUBLE,
  "plate_x" DOUBLE,
  "plate_z" DOUBLE,
  "on_3b" DOUBLE,
  "on_2b" DOUBLE,
  "on_1b" DOUBLE,
  "outs_when_up" BIGINT,
  "hc_x" DOUBLE,
  "hc_y" DOUBLE,
  "tfs_deprecated" VARCHAR,
  "tfs_zulu_deprecated" VARCHAR,
  "fielder_2" BIGINT,
  "umpire" VARCHAR,
  "sv_id" VARCHAR,
  "vx0" DOUBLE,
  "vy0" DOUBLE,
  "vz0" DOUBLE,
  "ax" DOUBLE,
  "ay" DOUBLE,
  "az" DOUBLE,
  "sz_top" DOUBLE,
  "sz_bot" DOUBLE,
  "hit_distance_sc" DOUBLE,
  "launch_speed" DOUBLE,
  "launch_angle" DOUBLE,
  "effective_speed" DOUBLE,
  "release_spin_rate" DOUBLE,
  "release_extension" DOUBLE,
  "game_pk" BIGINT,
  "pitcher_1" BIGINT,
  "fielder_2_1" BIGINT,
  "fielder_3" BIGINT,
  "fielder_4" BIGINT,
  "fielder_5" BIGINT,
  "fielder_6" BIGINT,
  "fielder_7" BIGINT,
  "fielder_8" BIGINT,
  "fielder_9" BIGINT,
  "release_pos_y" DOUBLE,
  "estimated_ba_using_speedangle" DOUBLE,
  "estimated_woba_using_speedangle" DOUBLE,
  "woba_value" DOUBLE,
  "woba_denom" DOUBLE,
  "babip_value" DOUBLE,
  "iso_value" DOUBLE,
  "launch_speed_angle" DOUBLE,
  "home_score" BIGINT,
  "away_score" BIGINT,
  "bat_score" BIGINT,
  "fld_score" BIGINT,
  "post_away_score" BIGINT,
  "post_home_score" BIGINT,
  "post_bat_score" BIGINT,
  "post_fld_score" BIGINT,
  "if_fielding_alignment" VARCHAR,
  "of_fielding_alignment" VARCHAR,
  "spin_axis" DOUBLE,
  "delta_home_win_exp" DOUBLE,
  "delta_run_exp" DOUBLE,
  "bat_speed" DOUBLE,
  "swing_length" DOUBLE
);

Share link

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