Unsupervised Learning On Country Data
Dataset for Kmeans Clustering
@kaggle.rohan0301_unsupervised_learning_on_country_data
Dataset for Kmeans Clustering
@kaggle.rohan0301_unsupervised_learning_on_country_data
CREATE TABLE country_data (
"country" VARCHAR,
"child_mort" DOUBLE,
"exports" DOUBLE,
"health" DOUBLE,
"imports" DOUBLE,
"income" BIGINT,
"inflation" DOUBLE,
"life_expec" DOUBLE,
"total_fer" DOUBLE,
"gdpp" BIGINT
);
Anyone who has the link will be able to view this.