MLB Pitching Totals Data (1871 - 2021)
Yearly MLB Pitching League Totals Data (1871 - 2021)
@kaggle.mattop_mlb_pitching_totals_data_1871_2021
Yearly MLB Pitching League Totals Data (1871 - 2021)
@kaggle.mattop_mlb_pitching_totals_data_1871_2021
CREATE TABLE mlbpitching (
"id" BIGINT,
"year" BIGINT,
"teams" BIGINT,
"total_pitchers" BIGINT,
"average_age" DOUBLE,
"runs_per_game" DOUBLE,
"era" DOUBLE,
"games_played" BIGINT,
"games_finished" BIGINT,
"complete_game" BIGINT,
"shutouts" BIGINT,
"shutouts_team" BIGINT,
"saves" BIGINT,
"innings_pitched" DOUBLE,
"hits" BIGINT,
"runs" BIGINT,
"earned_runs" BIGINT,
"home_runs" BIGINT,
"walks" BIGINT,
"intentional_walks" DOUBLE,
"strikeouts" BIGINT,
"hit_batter" DOUBLE,
"balks" BIGINT,
"wild_pitches" BIGINT,
"batters_faced" BIGINT,
"whip" DOUBLE,
"ba_bip" DOUBLE,
"hits_9" DOUBLE,
"homeruns_9" DOUBLE,
"walks_9" DOUBLE,
"strikeouts_9" DOUBLE,
"strikeout_walk" DOUBLE,
"errors" BIGINT
);
Anyone who has the link will be able to view this.