Baselight

Consumption Of Antibiotics In The Community And Hospital Sectors - Defined Daily Doses (DDD) Per Day

Eurostat code: sdg_03_70 ยท (2013 - 2023)

@eurostat.sdg_03_70

Consumption Of Antibiotics In The Community And Hospital Sectors - Defined Daily Doses (DDD) Per Day - Unpivoted
@eurostat.sdg_03_70.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.

  • 5.45 KB
  • 299 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualPer thousand inhabitantsBelgium201324.2
AnnualPer thousand inhabitantsBulgaria201318.6
AnnualPer thousand inhabitantsCyprus201323.9
AnnualPer thousand inhabitantsDenmark201317.5
AnnualPer thousand inhabitantsEstonia201312
AnnualPer thousand inhabitantsGreece201329.8
AnnualPer thousand inhabitantsEuropean Union - 27 countries (from 2020)201321.6
AnnualPer thousand inhabitantsFinland201319.6
AnnualPer thousand inhabitantsFrance201325.9
AnnualPer thousand inhabitantsCroatia201319.2

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.