Baselight

Nolan Ryan Career Stats

The MLB career pitching stats for Nolan Ryan

@kaggle.jarredpriester_nolan_ryan_career_stats

Loading...
Loading...

About this Dataset

Nolan Ryan Career Stats

Nolan Ryan pitched in the MLB from 1966 to 1993 for 4 different teams, New York Mets, California Angels, Houston Astros, Texas Rangers. Nolan Ryan holds the MLB record for most strikeouts in a career. Ryan also holds the record for most games not giving up a hit with 7. This dataset consist of his MLB pitching stats for his career.

Column description for pitching stats

Year: year the season was played in
Age: age on June 30th of that season
Tm: team he played for
Lg: league played in
W: Wins as a pitcher
L: Loses as a pitcher
W-L%: winning percentage
ERA: earn run average
G: games pitched
GS: games started
GF: games finished
CG: complete games
SHO: shutouts
SV: saves
IP: innings pitched
H: hits allowed
R: runs allowed
ER: earn runs allowed
HR: homeruns allowed
BB: walks allowed
IBB: intentional walks
SO: strikeouts
HBP: times hit batter with the pitch
BK: balks
WP: wild pitches
BF: batters faced
ERA+: earn run average adjusted to ballparks
FIP: fielding independent pitching
WHIP: walks and hits per inning pitched
H9: hits per 9 innings
HR9: homeruns per 9 innings
BB9: walks per 9 innings
SO9: strikeouts per 9 innings
SO/W: strikeout to wins ratio

Tables

Nolanryan

@kaggle.jarredpriester_nolan_ryan_career_stats.nolanryan
  • 24.73 kB
  • 27 rows
  • 34 columns
Loading...
CREATE TABLE nolanryan (
  "year" BIGINT,
  "age" BIGINT,
  "tm" VARCHAR,
  "lg" VARCHAR,
  "w" BIGINT,
  "l" BIGINT,
  "w_l" DOUBLE  -- W-L%,
  "era" DOUBLE,
  "g" BIGINT,
  "gs" BIGINT,
  "gf" BIGINT,
  "cg" BIGINT,
  "sho" BIGINT,
  "sv" BIGINT,
  "ip" DOUBLE,
  "h" BIGINT,
  "r" BIGINT,
  "er" BIGINT,
  "hr" BIGINT,
  "bb" BIGINT,
  "ibb" BIGINT,
  "so" BIGINT,
  "hbp" BIGINT,
  "bk" BIGINT,
  "wp" BIGINT,
  "bf" BIGINT,
  "era_97f85b" BIGINT  -- ERA+,
  "fip" DOUBLE,
  "whip" DOUBLE,
  "h9" DOUBLE,
  "hr9" DOUBLE,
  "bb9" DOUBLE,
  "so9" DOUBLE,
  "so_w" DOUBLE
);

Share link

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