Baselight

Korean Demographics 2000-2022

Demographic data of South Korea (2000-2022)

@kaggle.alexandrepetit881234_korean_demographics_20002022

Loading...
Loading...

About this Dataset

Korean Demographics 2000-2022

Korean Demographic Data

the dataset includes the values and rates for birth, death, natural growth, marriage, and divorce

Version 1
The original data

Version 2
The pivoted, ready to use data

Columns

  • Birth
  • Birth_rate
  • Death
  • Death_rate
  • Natural_growth
  • Growth_rate
  • Marriage
  • Marriage_rate
  • Divorce
  • Divorce_rate

Tables

Korean Demographics 2000–2022

@kaggle.alexandrepetit881234_korean_demographics_20002022.korean_demographics_2000_2022
  • 125.88 KB
  • 4860 rows
  • 12 columns
Loading...

CREATE TABLE korean_demographics_2000_2022 (
  "date" TIMESTAMP,
  "region" VARCHAR,
  "birth" DOUBLE,
  "birth_rate" DOUBLE,
  "death" DOUBLE,
  "death_rate" DOUBLE,
  "divorce" DOUBLE,
  "divorce_rate" DOUBLE,
  "marriage" DOUBLE,
  "marriage_rate" DOUBLE,
  "natural_growth" DOUBLE,
  "natural_growth_rate" DOUBLE
);

Share link

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