Baselight

Persons In Formal Education By Sex, Age, Income Group And Contributor

Eurostat code: ilc_ats06 ยท (2016 - 2016)

@eurostat.ilc_ats06

Loading...
Loading...

About this Dataset

Persons In Formal Education By Sex, Age, Income Group And Contributor

This Eurostat dataset contains data on persons in formal education by sex, age, income group and contributor, 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: 2023-11-21T23:00:00+0100

Tables

Persons In Formal Education By Sex, Age, Income Group And Contributor - Raw

@eurostat.ilc_ats06.raw
  • 26.01 KB
  • 18144 rows
  • 8 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "contrib" VARCHAR,
  "incgrp" VARCHAR,
  "age" VARCHAR,
  "sex" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_2016" DOUBLE
);

Persons In Formal Education By Sex, Age, Income Group And Contributor - Unpivoted

@eurostat.ilc_ats06.tidy
  • 25.59 KB
  • 13335 rows
  • 9 columns
Loading...

CREATE TABLE tidy (
  "freq" VARCHAR,
  "contrib" VARCHAR,
  "incgrp" 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.