1
2
3
4
5
#

Name:

Description:

Major League Baseball Player Hitting Statistics for 2010.

Variables:

  • name - Player name

  • team - Team abbreviation

  • position - Player position

  • game - Number of games

  • at_bat - Number of at bats

  • run - Number of runs

  • hit - Number of hits

  • double - Number of doubles

  • triple - Number of triples

  • home_run - Number of home runs

  • rbi - Number of runs batted in

  • total_base - Total bases, computed as 3*HR + 2*3B + 1*2B + H

  • walk - Number of walks

  • strike_out - Number of strikeouts

  • stolen_base - Number of stolen bases

  • caught_stealing - Number of times caught stealing

  • obp - On base percentage

  • slg - Slugging percentage (TB / AB)

  • bat_avg - Batting average

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Source

Data was collected from mlb.com on April 22nd, 2011.

R Dataset Upload:

Use the following R code to directly access this dataset in R.

d <- read.csv("https://www.key2stats.com/Major_League_Baseball_Player_Hitting_Statistics_for_2010_1461_61.csv")

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.