Populations
Can you forecast populations of countries around the world?
@kaggle.ulrikthygepedersen_populations
Can you forecast populations of countries around the world?
@kaggle.ulrikthygepedersen_populations
CREATE TABLE population_by_country (
"country_code" VARCHAR,
"country_name" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);
Anyone who has the link will be able to view this.