Baselight

Consultation Of A Medical Doctor Per Inhabitant

Eurostat code: hlth_hc_phys2 · (1960 - 2022)

@eurostat.hlth_hc_phys2

Consultation Of A Medical Doctor Per Inhabitant - Unpivoted
@eurostat.hlth_hc_phys2.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.

  • 7.76 KB
  • 998 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualNumber per inhabitantGreece19605.2
AnnualNumber per inhabitantPoland19603.3
AnnualNumber per inhabitantTürkiye19600.7
AnnualNumber per inhabitantGreece19615.28
AnnualNumber per inhabitantTürkiye19610.7
AnnualNumber per inhabitantGreece19625.83
AnnualNumber per inhabitantTürkiye19620.7
AnnualNumber per inhabitantGreece19635.86
AnnualNumber per inhabitantTürkiye19630.7
AnnualNumber per inhabitantGreece19646.4

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

Share link

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