un_member_states_2024 | R Documentation |
This dataset contains information on 193 United Nations member states as of 2024. It includes various attributes such as country names, ISO codes, official state names, geographic and demographic data, economic indicators, and participation in the Olympic Games. The data is designed for use in statistical analysis, data visualization, and educational purposes.
un_member_states_2024
A data frame with 193 rows and 39 columns:
character
. Name of the country.
character
. ISO 3166-1 alpha-3 country code. See: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3
character
. Official name of the country. See: https://en.wikipedia.org/wiki/List_of_countries_and_dependencies_and_their_capitals_in_native_languages
factor
. Continent where the country is located. See: https://en.wikipedia.org/wiki/Continent
character
. Specific region within the continent.
character
. Name of the capital city. See: https://en.wikipedia.org/wiki/List_of_national_capitals_by_population
numeric
. Population of the capital city.
numeric
. Percentage of the country’s population living in the capital.
integer
. Year the capital population data was collected.
numeric
. GDP per capita in USD. See: https://data.worldbank.org/indicator/NY.GDP.PCAP.CD
numeric
. Year the GDP per capita data was collected.
numeric
. Number of times the country has competed in the Summer Olympics
integer
. Number of gold medals won in the Summer Olympics.
integer
. Number of silver medals won in the Summer Olympics.
integer
. Number of bronze medals won in the Summer Olympics.
integer
. Total number of medals won in the Summer Olympics.
integer
. Number of times the country has competed in the Winter Olympics
integer
. Number of gold medals won in the Winter Olympics.
integer
. Number of silver medals won in the Winter Olympics.
integer
. Number of bronze medals won in the Winter Olympics.
integer
. Total number of medals won in the Winter Olympics.
integer
. Total number of times the country has competed in both Summer and Winter Olympics. See: https://en.wikipedia.org/wiki/All-time_Olympic_Games_medal_table
integer
. Total number of gold medals won in both Summer and Winter Olympics.
integer
. Total number of silver medals won in both Summer and Winter Olympics.
integer
. Total number of bronze medals won in both Summer and Winter Olympics.
integer
. Total number of medals won in both Summer and Winter Olympics.
character
. Indicates whether the country drives on the left or right side of the road. See: https://en.wikipedia.org/wiki/Left-_and_right-hand_traffic
numeric
. Percentage of the population classified as obese in 2024. See: https://en.wikipedia.org/wiki/List_of_countries_by_obesity_rate
numeric
. Percentage of the population classified as obese in 2016.
logical
. Indicates whether the country has nuclear weapons as of 2024. See: https://en.wikipedia.org/wiki/List_of_states_with_nuclear_weapons
numeric
. Population of the country in 2024. See: https://data.worldbank.org/indicator/SP.POP.TOTL
numeric
. Area of the country in square kilometers. See: https://en.wikipedia.org/wiki/List_of_countries_and_dependencies_by_area
numeric
. Area of the country in square miles.
numeric
. Population density in square kilometers.
numeric
. Population density in square miles.
factor
. World Bank income group classification in 2024. See: https://data.worldbank.org/indicator/NY.GNP.PCAP.CD
numeric
. Life expectancy at birth in 2022. See: https://en.wikipedia.org/wiki/List_of_countries_by_life_expectancy
numeric
. Fertility rate in 2022 (average number of children per woman). See: https://en.wikipedia.org/wiki/List_of_countries_by_total_fertility_rate
numeric
. Human Development Index in 2022. See: https://en.wikipedia.org/wiki/List_of_countries_by_Human_Development_Index
data(un_member_states_2024)
head(un_member_states_2024)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.