Baselight

Babe Ruth Career Stats

The career batting and pitching statistics for Babe Ruth

@kaggle.jarredpriester_babe_ruth_career_stats

Babe Ruth Pitching
@kaggle.jarredpriester_babe_ruth_career_stats.babe_ruth_pitching

  • 22.51 KB
  • 10 rows
  • 35 columns
year

Year

age

Age

tm

Tm

lg

Lg

w

W

l

L

w_l

W-L%

era

ERA

g

G

gs

GS

gf

GF

cg

CG

sho

SHO

sv

SV

ip

IP

h

H

r

R

er

ER

hr

HR

bb

BB

ibb

IBB

so

SO

hbp

HBP

bk

BK

wp

WP

bf

BF

era_97f85b

ERA+

fip

FIP

whip

WHIP

h9

H9

hr9

HR9

bb9

BB9

so9

SO9

so_w

SO/W

unnamed_34

Unnamed: 34

191419BOSAL210.6673.914312321121017396703.651.2178.20.42.71.20.43
191520BOSAL1880.6922.4432283161217.216680593851126198741142.811.1536.90.13.54.61.32
191621BOSAL23120.6571.75444032391323.2230836311817081312721582.431.0756.43.34.71.44
191722BOSAL24130.6492.01413833562326.12449373210812811512771282.651.0796.70.133.51.19
191823BOSAL1370.652.222019181166.11255141149402136601222.751.0466.80.12.72.20.82
191924BOSAL950.6432.9717152121133.11485944258302155701023.581.545100.13.920.52
192025NYYAL114.5114342217944.31.256.84.5
192126NYYAL21921191410919249497.142.556141920.22
193035NYYAL1131119113323391502.861.44411231.5
193338NYYAL11511191255342813.91.667123

CREATE TABLE babe_ruth_pitching (
  "year" BIGINT,
  "age" BIGINT,
  "tm" VARCHAR,
  "lg" VARCHAR,
  "w" BIGINT,
  "l" BIGINT,
  "w_l" DOUBLE,
  "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" DOUBLE,
  "so" BIGINT,
  "hbp" BIGINT,
  "bk" BIGINT,
  "wp" BIGINT,
  "bf" BIGINT,
  "era_97f85b" BIGINT,
  "fip" DOUBLE,
  "whip" DOUBLE,
  "h9" DOUBLE,
  "hr9" DOUBLE,
  "bb9" DOUBLE,
  "so9" DOUBLE,
  "so_w" DOUBLE,
  "unnamed_34" VARCHAR
);

Share link

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