Game-by-game hitting data for Ted Williams and Joe DiMaggio in the 1941 season
Format
An object of class tbl_df
(inherits from tbl
, data.frame
) with 139 rows and 38 columns.
- Rk
A ranking index
- Gcar
Cumulative number of career games
- Gtm
game number
- Date
date of game
- Tm
player team
- X6
indicates home or awy
- Opp
opposing team
- Rslt
game outcome
- Inngs
number of innings played
- PA
plate appearances
- AB
at-bats
- R
runs scored
- H
hits
- X2B
doubles
- X3B
triples
- HR
home runs
- RBI
runs batted in
- BB
walks
- IBB
intentional walks
- SO
strikeouts
- HBP
hit by pitches
- SH
sacrifice hits
- SF
sacrifice flies
- ROE
reached on an error
- GDP
grounded in double play
- SB
stolen bases
- CS
caught stealing
- BA
batting average
- OBP
on-base percentage
- SLG
slugging percentage
- OPS
ops statistic
- BOP
base-out percentage
- Pos
fielding position
Source
Baseball-Reference: https://www.baseball-reference.com/players/gl.fcgi?id=dimagjo01&t=b&year=1941
Baseball-Reference: https://www.baseball-reference.com/players/gl.fcgi?id=willite01&t=b&year=1941