Baselight

Available Beds In Hospitals By NUTS 2 Region

Eurostat code: hlth_rs_bdsrg2 ยท (1993 - 2022)

@eurostat.hlth_rs_bdsrg2

Available Beds In Hospitals By NUTS 2 Region - Unpivoted
@eurostat.hlth_rs_bdsrg2.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.

  • 112.58 KB
  • 16676 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualInhabitants per ...Austria1993115.03
AnnualInhabitants per ...Belgium1993135.83
AnnualInhabitants per ...Bulgaria199395.29
AnnualInhabitants per ...Germany1993103.48
AnnualInhabitants per ...Greece1993200.61
AnnualInhabitants per ...Spain1993247.64
AnnualInhabitants per ...Finland1993121.19
AnnualInhabitants per ...Croatia1993158.57
AnnualInhabitants per ...Ireland1993138.25
AnnualInhabitants per ...Italy1993149.39

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.