Baselight

Population By Sex, Age And Marital Status

Eurostat code: cens_91smsta · (1991 - 1991)

@eurostat.cens_91smsta

Loading...
Loading...

About this Dataset

Population By Sex, Age And Marital Status

This Eurostat dataset contains data on population by sex, age and marital status, as collected and published by the Statistical Office of the European Union.

Tables included:

  • raw: Original table as downloaded from Eurostat.
  • tidy: A cleaned and transformed version of the raw table, where time period values appear as rows instead of columns (unpivoted format).

Last updated: 2010-04-13T11:00:00+0200

Tables

Population By Sex, Age And Marital Status - Raw

@eurostat.cens_91smsta.raw
  • 171.59 KB
  • 36862 rows
  • 7 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "marsta" VARCHAR,
  "age" VARCHAR,
  "sex" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_1991" DOUBLE
);

Population By Sex, Age And Marital Status - Unpivoted

@eurostat.cens_91smsta.tidy
  • 172.56 KB
  • 32858 rows
  • 8 columns
Loading...

CREATE TABLE tidy (
  "freq" VARCHAR,
  "marsta" VARCHAR,
  "age" VARCHAR,
  "sex" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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