Baselight

Road Accidents: Persons Killed

Eurostat code: med_rd7 ยท (2005 - 2018)

@eurostat.med_rd7

Road Accidents: Persons Killed - Unpivoted
@eurostat.med_rd7.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.

  • 4.6 KB
  • 109 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualNumberAlgeria20053711
AnnualNumberEgypt20056109
AnnualNumberIsrael2005465
AnnualNumberJordan2005790
AnnualNumberLebanon2005339
AnnualNumberMorocco20053617
AnnualNumberPalestine*2005159
AnnualNumberTunisia20051519
AnnualNumberAlgeria20064120
AnnualNumberEgypt20066180

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.