powered by
A dataset containing career batting statistics for all international test players (men and women) up to 6 October 2021.
cricket_batting
Data frame
A data frame with 3754 rows and 15 variables:
Player name in form of "initials surname"
Country played for
First year of test playing career
Last year of test playing career
Number of matches played
Number of innings batted
Number of times not out
Total runs scored
Highest score in an innings
Was highest score not out?
Batting average at end of career
Total number of 100s scored
Total number of 50s scored
Total number of 0s scored
"Men" or "Women"
cricket_batting |> filter(Innings > 20) |> select(Player, Country, Matches, Runs, Average, Hundreds, Fifties, Ducks) |> arrange(desc(Average))
Run the code above in your browser using DataLab