Baselight

Baltimore Orioles Batting & Pitching (1954-2023)

MLB Baseball Baltimore Orioles Batting & Pitching Data (1954-2023)

@kaggle.mattop_baltimore_orioles_batting_and_pitching_1954_2023

Loading...
Loading...

About this Dataset

Baltimore Orioles Batting & Pitching (1954-2023)

This dataset offers a comprehensive archive of batting and pitching performances by the Baltimore Orioles in Major League Baseball (MLB), covering all years from the team's inception to the present. It encompasses a wealth of statistics that illuminate the team's offensive and defensive dynamics over its entire history.

Tables

Bal Batting

@kaggle.mattop_baltimore_orioles_batting_and_pitching_1954_2023.bal_batting
  • 107.42 KB
  • 2943 rows
  • 31 columns
Loading...

CREATE TABLE bal_batting (
  "rank" BIGINT,
  "year" BIGINT,
  "position" VARCHAR,
  "name" VARCHAR,
  "age" BIGINT,
  "games" BIGINT,
  "plate_appearances" BIGINT,
  "at_bats" BIGINT,
  "runs" BIGINT,
  "hits" BIGINT,
  "doubles" BIGINT,
  "triples" BIGINT,
  "home_runs" BIGINT,
  "runs_batted_in" BIGINT,
  "stolen_bases" BIGINT,
  "caught_stealing" BIGINT,
  "base_on_balls" BIGINT,
  "strikeouts" BIGINT,
  "batting_average" DOUBLE,
  "on_base_percentage" DOUBLE,
  "slugging_percentage" DOUBLE,
  "on_base_plus_slugging_percentage" DOUBLE,
  "on_base_plus_slugging_percentage_plus" BIGINT,
  "total_bases" BIGINT,
  "double_plays_grounded_into" BIGINT,
  "times_hit_by_pitch" BIGINT,
  "sacrifice_hits" BIGINT,
  "sacrifice_flies" BIGINT,
  "intentional_bases_on_balls" BIGINT,
  "dominant_hand" VARCHAR,
  "switch_hitter" VARCHAR
);

Bal Pitching

@kaggle.mattop_baltimore_orioles_batting_and_pitching_1954_2023.bal_pitching
  • 93.12 KB
  • 1378 rows
  • 37 columns
Loading...

CREATE TABLE bal_pitching (
  "rank" BIGINT,
  "year" BIGINT,
  "position" VARCHAR,
  "name" VARCHAR,
  "age" BIGINT,
  "wins" BIGINT,
  "losses" BIGINT,
  "winning_percentage" DOUBLE,
  "earned_run_average" DOUBLE,
  "games_played" BIGINT,
  "games_started" BIGINT,
  "games_finished" BIGINT,
  "complete_games" BIGINT,
  "shutouts" BIGINT,
  "saves" BIGINT,
  "innings_pitched" DOUBLE,
  "hits_allowed" BIGINT,
  "runs_allowed" BIGINT,
  "earned_runs" BIGINT,
  "home_runs_allowed" BIGINT,
  "walks_allowed" BIGINT,
  "intentional_walks_allowed" BIGINT,
  "strikeouts" BIGINT,
  "hit_by_pitch" BIGINT,
  "balks" BIGINT,
  "wild_pitches" BIGINT,
  "batters_faced" BIGINT,
  "adjusted_earned_run_average" BIGINT,
  "fielding_independent_pitching" DOUBLE,
  "walks_hits_per_inning_pitched" DOUBLE,
  "hits_per_nine_innings" DOUBLE,
  "home_runs_per_nine_innings" DOUBLE,
  "walks_per_nine_innings" DOUBLE,
  "strikeouts_per_nine_innings" DOUBLE,
  "strikeout_walk_ratio" DOUBLE,
  "dominant_hand" VARCHAR,
  "switch_hitter" VARCHAR
);

Share link

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