Baselight

Physicians By Sex And Age

Eurostat code: hlth_rs_phys · (1980 - 2022)

@eurostat.hlth_rs_phys

Physicians By Sex And Age - Unpivoted
@eurostat.hlth_rs_phys.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.

  • 76.94 KB
  • 14890 rows
  • 7 columns
freq

Freq

unit

Unit

age

Age

sex

Sex

geo

Geo

time_period

Time Period

value

Value

AnnualNumberTotalFemalesCzechia198010773
AnnualNumberTotalFemalesDenmark19801828
AnnualNumberTotalFemalesSpain198012600
AnnualNumberTotalFemalesNetherlands19805494
AnnualNumberTotalFemalesPortugal19805882
AnnualNumberTotalFemalesTürkiye198010887
AnnualNumberTotalMalesCzechia198012530
AnnualNumberTotalMalesDenmark19807255
AnnualNumberTotalMalesSpain198056300
AnnualNumberTotalMalesNetherlands198021493

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

Share link

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