Baselight

Vaccination Against Influenza Of Population Aged 65 And Over

Eurostat code: hlth_ps_immu ยท (2000 - 2022)

@eurostat.hlth_ps_immu

Vaccination Against Influenza Of Population Aged 65 And Over - Unpivoted
@eurostat.hlth_ps_immu.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.38 KB
  • 589 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualPercentageSwitzerland200051
AnnualPercentageCroatia200028
AnnualPercentageItaly200040.7
AnnualPercentageNetherlands200076
AnnualPercentagePortugal200039
AnnualPercentageSlovenia200035
AnnualPercentageSlovakia200020.7
AnnualPercentageUnited Kingdom200065
AnnualPercentageBelgium200158
AnnualPercentageSwitzerland200154

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.