Baselight

Populations

Can you forecast populations of countries around the world?

@kaggle.ulrikthygepedersen_populations

Population By Country
@kaggle.ulrikthygepedersen_populations.population_by_country

  • 130.8 KB
  • 16400 rows
  • 4 columns
country_code

Country Code

country_name

Country Name

year

Year

value

Value

ABWAruba196054608
ABWAruba196155811
ABWAruba196256682
ABWAruba196357475
ABWAruba196458178
ABWAruba196558782
ABWAruba196659291
ABWAruba196759522
ABWAruba196859471
ABWAruba196959330

CREATE TABLE population_by_country (
  "country_code" VARCHAR,
  "country_name" VARCHAR,
  "year" BIGINT,
  "value" DOUBLE
);

Share link

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