Baselight

Health Graduates

Eurostat code: hlth_rs_grd2 ยท (1980 - 2022)

@eurostat.hlth_rs_grd2

Health Graduates - Unpivoted
@eurostat.hlth_rs_grd2.tidy

This table contains the same data as the raw table, but in a tidy format: time period values are unpivoted into rows under a single time_period column, making the dataset easier to analyze and visualize.

  • 89.06 KB
  • 16557 rows
  • 6 columns
freq

Freq

med_spec

Med Spec

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualDentistsInhabitants per ...Switzerland198048610.83
AnnualDentistsInhabitants per ...Czechia198023418.62
AnnualDentistsInhabitants per ...Denmark198021987.24
AnnualDentistsInhabitants per ...Estonia198064226.89
AnnualDentistsInhabitants per ...Greece198023404.14
AnnualDentistsInhabitants per ...Finland198028792.38
AnnualDentistsInhabitants per ...Croatia198027217.64
AnnualDentistsInhabitants per ...Ireland198048067.61
AnnualDentistsInhabitants per ...Iceland198032591.07
AnnualDentistsInhabitants per ...Latvia198040511.3

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

Share link

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