1
2
3
4
5
#

Name:

Description:

Country-level statistics from the US Central Intelligence Agency (CIA).

Variables:

  • country - Country name.
  • area - Land area, in square kilometers. (1 square kilometer is 0.386 square miles
  • birth_rate - Birth rate, in births per 1,000 people.
  • death_rate - Death rate, in deaths per 1,000 people.
  • infant_mortality_rate - Infant mortality, in deaths per 1,000 live births.
  • internet_users - Total number of internet users.
  • life_exp_at_birth - Live expectancy at birth, in years.
  • maternal_mortality_rate - Number of female deaths per 100,000 live births where the death is related to pregnancy or birth.
  • net_migration_rate - Net migration rate.
  • population - Total population.
  • population_growth_rate - Population growth rate.

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Source

CIA Factbook, Country Comparisons, 2014. https://www.cia.gov/library/publications/the-world-factbook/rankorder/rankorderguide.html

R Dataset Upload:

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

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

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.