Baselight

Derek Jeter Career Stats

The career MLB stats for Derek Jeter

@kaggle.jarredpriester_derek_jeter_career_stats

Jeter
@kaggle.jarredpriester_derek_jeter_career_stats.jeter

  • 19.39 KB
  • 20 rows
  • 28 columns
year

Year

age

Age

tm

Tm

lg

Lg

g

G

pa

PA

ab

AB

r

R

h

H

n_2b

2B

n_3b

3B

hr

HR

rbi

RBI

sb

SB

cs

CS

bb

BB

so

SO

ba

BA

obp

OBP

slg

SLG

ops

OPS

ops_342c99

OPS+

tb

TB

gdp

GDP

hbp

HBP

sh

SH

sf

SF

ibb

IBB

199521NYYAL1551485124173110.250.2940.3750.6697418
199622NYYAL1576545821041832561078147481020.3140.370.430.8101250139691
199723NYYAL15974865411619031710702312741250.2910.370.4050.775103265141082
199824NYYAL1496946261272032581984306571190.3240.3840.4810.864127301135331
199925NYYAL15873962713421937924102198911160.3490.4380.5520.9891533461212365
200026NYYAL148679593119201314157322468990.3390.4160.4810.8961282851412334
200127NYYAL150686614110191353217427356990.3110.3770.480.8581242951310513
200228NYYAL157730644124191261875323731140.2970.3730.4210.794111271147332
200329NYYAL11954248287156253105211543880.3240.3930.450.8441252171013312
200430NYYAL154721643111188441237823446990.2920.3520.4710.82311430319141621

CREATE TABLE jeter (
  "year" BIGINT,
  "age" BIGINT,
  "tm" VARCHAR,
  "lg" VARCHAR,
  "g" BIGINT,
  "pa" BIGINT,
  "ab" BIGINT,
  "r" BIGINT,
  "h" BIGINT,
  "n_2b" BIGINT,
  "n_3b" BIGINT,
  "hr" BIGINT,
  "rbi" BIGINT,
  "sb" BIGINT,
  "cs" BIGINT,
  "bb" BIGINT,
  "so" BIGINT,
  "ba" DOUBLE,
  "obp" DOUBLE,
  "slg" DOUBLE,
  "ops" DOUBLE,
  "ops_342c99" BIGINT,
  "tb" BIGINT,
  "gdp" BIGINT,
  "hbp" BIGINT,
  "sh" BIGINT,
  "sf" BIGINT,
  "ibb" BIGINT
);

Share link

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