Baselight

Unsupervised Learning On Country Data

Dataset for Kmeans Clustering

@kaggle.rohan0301_unsupervised_learning_on_country_data

Data Dictionary
@kaggle.rohan0301_unsupervised_learning_on_country_data.data_dictionary

  • 2.97 KB
  • 10 rows
  • 2 columns
column_name

Column Name

description

Description

countryName of the country
child_mortDeath of children under 5 years of age per 1000 live births
exportsExports of goods and services per capita. Given as %age of the GDP per capita
healthTotal health spending per capita. Given as %age of GDP per capita
importsImports of goods and services per capita. Given as %age of the GDP per capita
IncomeNet income per person
InflationThe measurement of the annual growth rate of the Total GDP
life_expecThe average number of years a new born child would live if the current mortality patterns are to remain the same
total_ferThe number of children that would be born to each woman if the current age-fertility rates remain the same.
gdppThe GDP per capita. Calculated as the Total GDP divided by the total population.

CREATE TABLE data_dictionary (
  "column_name" VARCHAR,
  "description" VARCHAR
);

Share link

Anyone who has the link will be able to view this.