OlympicPerfs dataset

Performances of competitors at the modern Summer Olympic Games

Performances of competitors at the modern Summer Olympic Games

Performances at the Summer Olympic Games from 1896 to 2016. data

data(OlympicPerfs)

Format

A data frame with 108789 observations on the following 8 variables.

  • rank: rank in event
  • medalType: medal won: one of Gold, Silver, Bronze, NA
  • games: location and year
  • discipline: discipline of event
  • event: name of event
  • result_value: result reported
  • result_type: type of result: distance, time, points, weight, and four others
  • country: country

Details

This dataset and the dataset OlympicPeople are both used in Chapter 6, "The modern Olympic Games in numbers".

Source

Derived from a dataset scraped from the web and provided to the maintainer.

Examples

data(OlympicPerfs, package="GmooG") library(tidyverse) OlyD <- OlympicPerfs %>% count(discipline)
  • Maintainer: Antony Unwin
  • License: GPL (>= 2)
  • Last published: 2024-09-02

About the dataset

  • Number of rows: 108789
  • Number of columns: 8
  • Class: tbl_df, tbl, data.frame

Column names and types

  • rank:character
  • medalType:character
  • games:character
  • discipline:character
  • event:character
  • result_value:character
  • result_type:character
  • country:character