Baselight

Drought Impact Area On Ecosystems

Eurostat code: sdg_15_42 ยท (2000 - 2023)

@eurostat.sdg_15_42

Drought Impact Area On Ecosystems - Unpivoted
@eurostat.sdg_15_42.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.

  • 10.39 KB
  • 1872 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualSquare kilometreAlbania20002266
AnnualSquare kilometreAustria20004671
AnnualSquare kilometreBosnia and Herzegovina200019178
AnnualSquare kilometreBelgium2000
AnnualSquare kilometreBulgaria200056150
AnnualSquare kilometreSwitzerland2000
AnnualSquare kilometreCyprus200056
AnnualSquare kilometreCzechia20007910
AnnualSquare kilometreGermany2000156
AnnualSquare kilometreDenmark2000104

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.