Iowa Pop Data
This is my run at predicting future population for Iowa
@kaggle.jesseportillo_iowa_pop_data
This is my run at predicting future population for Iowa
@kaggle.jesseportillo_iowa_pop_data
CREATE TABLE nst_est2022_alldata_1 (
"year" BIGINT,
"popestimate" BIGINT,
"births" BIGINT,
"deaths" BIGINT,
"naturalchg" BIGINT
);
Anyone who has the link will be able to view this.