Population Doubling Times (various Sources, 2023.1)
@owid.population_doubling_times
@owid.population_doubling_times
CREATE TABLE owid_population_doubling_times_1 (
"country" VARCHAR,
"year" INTEGER,
"population" FLOAT,
"years_since_half_population" INTEGER,
"population_rounded" BIGINT
);
CREATE TABLE owid_population_doubling_times_2 (
"country" VARCHAR,
"year" INTEGER,
"population_target" BIGINT,
"num_years_to_double" INTEGER
);
Anyone who has the link will be able to view this.