Baselight

Iowa Pop Data

This is my run at predicting future population for Iowa

@kaggle.jesseportillo_iowa_pop_data

Loading...
Loading...

About this Dataset

Iowa Pop Data

This is a project that I recently built for a school paper. Now that I have submitted the assignment, I wanted to publish to receive additional feedback from the Kaggle community. I am new to processing data and any feedback would be greatly appreciated!

Tables

Nst Est2022 Alldata 1

@kaggle.jesseportillo_iowa_pop_data.nst_est2022_alldata_1
  • 4.38 KB
  • 13 rows
  • 5 columns
Loading...

CREATE TABLE nst_est2022_alldata_1 (
  "year" BIGINT,
  "popestimate" BIGINT,
  "births" BIGINT,
  "deaths" BIGINT,
  "naturalchg" BIGINT
);

Share link

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