Learn R Programming

diverse (version 0.1.2)

pantheon: Pantheon dataset

Description

Dataframe of globally famous people according to MIT's Pantheon 1.0. Dataset includes the number of globally famous people for a sample of 10 countries and 53 different occupations. The complete dataset is described in [Yu et al., 2015].

Usage

pantheon

Arguments

Format

A dataframe with the variables:
Country
Name of the country
Occupation
Occupation according to the taxonomy of Pantheon
Value
Quantity of globally famous people that were born in that country

References

Yu, A. Z., Ronen, S., Hu, K., Lu, T., & Hidalgo, C. A. (2016). Pantheon 1.0, a manually verified dataset of globally famous biographies. Scientific Data, 3.

Examples

Run this code
data(pantheon)
str(pantheon)
summary(pantheon)
pantheon[pantheon$Country=="Chile",]

Run the code above in your browser using DataLab