Country Health Trends Dataset
Statistical data of countries from Gapminder World
@kaggle.sahirmaharajj_country_health_trends_dataset
Statistical data of countries from Gapminder World
@kaggle.sahirmaharajj_country_health_trends_dataset
CREATE TABLE gapminder (
"country" VARCHAR,
"lifeexpectancy" DOUBLE,
"fertilityrate" DOUBLE,
"population" BIGINT,
"region" VARCHAR
);
Anyone who has the link will be able to view this.