Baselight

Population Of Ukraine By Sex And Age

Population of Ukraine, 1989-2019

@kaggle.mrmorj_population_of_ukraine_by_sex_and_age

Loading...
Loading...

About this Dataset

Population Of Ukraine By Sex And Age

Population of Ukraine by sex and age.
Structure:

  • region - region code from regions.csv
  • year - year (4-digit)
  • gender - (m for "male", f for "female")
  • age - age (0 to 100, "total" for total sum by appropriate year, "unknown" for unknown age)
  • count
    **
    Important**
    For unknown reasons:
    Total sum by some years is not eqal to sum all of age values.
    Region code 0 means Ukraine as a whole. Do not remove it, and use it if you want total sum by whole counry, because total sum by code 0 is not equal to sum by regions.

Tables

Population

@kaggle.mrmorj_population_of_ukraine_by_sex_and_age.population
  • 508.7 KB
  • 176542 rows
  • 5 columns
Loading...

CREATE TABLE population (
  "region" BIGINT,
  "year" BIGINT,
  "gender" VARCHAR,
  "age" VARCHAR,
  "count" BIGINT
);

Region 0

@kaggle.mrmorj_population_of_ukraine_by_sex_and_age.region_0
  • 2.63 KB
  • 28 rows
  • 2 columns
Loading...

CREATE TABLE region_0 (
  "code" BIGINT,
  "name" VARCHAR
);

Share link

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