Countries Of The World
Country names linked to region, population, area size, GDP, mortality and more
@kaggle.fernandol_countries_of_the_world
Country names linked to region, population, area size, GDP, mortality and more
@kaggle.fernandol_countries_of_the_world
CREATE TABLE countries_of_the_world (
"country" VARCHAR,
"region" VARCHAR,
"population" BIGINT,
"area_sq_mi" BIGINT,
"pop_density_per_sq_mi" BIGINT,
"coastline_coast_area_ratio" BIGINT,
"net_migration" DOUBLE,
"infant_mortality_per_1000_births" DOUBLE,
"gdp_per_capita" DOUBLE,
"literacy" DOUBLE,
"phones_per_1000" DOUBLE,
"arable" DOUBLE,
"crops" DOUBLE,
"other" DOUBLE,
"climate" DOUBLE,
"birthrate" DOUBLE,
"deathrate" DOUBLE,
"agriculture" DOUBLE,
"industry" DOUBLE,
"service" DOUBLE
);
Anyone who has the link will be able to view this.