Baselight

Children With Unmet Needs For Medical Examination Or Treatment By Specific Reason

Eurostat code: ilc_hch15 ยท (2017 - 2024)

@eurostat.ilc_hch15

Loading...
Loading...

About this Dataset

Children With Unmet Needs For Medical Examination Or Treatment By Specific Reason

This Eurostat dataset contains data on children with unmet needs for medical examination or treatment by specific reason, 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: 2025-06-04T23:00:00+0200

Tables

Children With Unmet Needs For Medical Examination Or Treatment By Specific Reason - Raw

@eurostat.ilc_hch15.raw
  • 9.3 KB
  • 400 rows
  • 8 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "hlthcare" VARCHAR,
  "reason" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_2017" DOUBLE,
  "n_2021" DOUBLE,
  "n_2024" DOUBLE
);

Children With Unmet Needs For Medical Examination Or Treatment By Specific Reason - Unpivoted

@eurostat.ilc_hch15.tidy
  • 8.33 KB
  • 745 rows
  • 7 columns
Loading...

CREATE TABLE tidy (
  "freq" VARCHAR,
  "hlthcare" VARCHAR,
  "reason" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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