pantheon: Pantheon dataset

Description Usage Format Source References Examples

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

1

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

Source

http://pantheon.media.mit.edu/

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

1
2
3
4
data(pantheon)
str(pantheon)
summary(pantheon)
pantheon[pantheon$Country=="Chile",]

mguevara/diverse documentation built on May 22, 2019, 8:53 p.m.