Baselight

Milwaukee Brewers Batting & Pitching (1970-2023)

MLB Baseball Milwaukee Brewers Batting & Pitching Data (1970-2023)

@kaggle.mattop_milwaukee_brewers_batting_and_pitching_1970_2023

Mil Batting
@kaggle.mattop_milwaukee_brewers_batting_and_pitching_1970_2023.mil_batting

  • 92.83 KB
  • 2270 rows
  • 31 columns
rank

Rank

year

Year

position

Position

name

Name

age

Age

games

Games

plate_appearances

Plate Appearances

at_bats

At Bats

runs

Runs

hits

Hits

doubles

Doubles

triples

Triples

home_runs

Home Runs

runs_batted_in

Runs Batted In

stolen_bases

Stolen Bases

caught_stealing

Caught Stealing

base_on_balls

Base On Balls

strikeouts

Strikeouts

batting_average

Batting Average

on_base_percentage

On Base Percentage

slugging_percentage

Slugging Percentage

on_base_plus_slugging_percentage

On Base Plus Slugging Percentage

on_base_plus_slugging_percentage_plus

On Base Plus Slugging Percentage Plus

total_bases

Total Bases

double_plays_grounded_into

Double Plays Grounded Into

times_hit_by_pitch

Times Hit By Pitch

sacrifice_hits

Sacrifice Hits

sacrifice_flies

Sacrifice Flies

intentional_bases_on_balls

Intentional Bases On Balls

dominant_hand

Dominant Hand

switch_hitter

Switch Hitter

12023CWilliam Contreras2514161154086156381177861631260.2890.3670.4570.825125247235122RightNo
220231BRowdy Tellez28105351311266791134735860.2150.2910.3760.667821171152LeftNo
320232BBrice Turang2313744840446889363426438940.2180.2850.30.5856212191321LeftNo
42023SSWilly Adames2714963855373120292248053711650.2170.310.4070.7179522512661RightNo
520233BBrian Anderson3096361318387212394013361080.2260.310.3680.678861171043RightNo
62023LFChristian Yelich311446325501061533411976283781400.2780.370.4470.81812424615317LeftNo
72023CFJoey Wiemer241324103674875191342114361160.2040.2830.3620.64576133452RightNo
82023RFTyrone Taylor29812432313654171103598550.2340.2670.4460.713911031031RightNo
92023DHJesse Winker29611971661633512326510.1990.320.2470.567604141LeftNo
102023IFAndruw Monasterio269231528238731413277228660.2590.330.3480.6788798932RightNo

CREATE TABLE mil_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
);

Share link

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