Conventional Dwellings By Occupancy Status, Type Of Building And NUTS 3 Region
Eurostat code: cens_11dwob_r3 ยท (2011 - 2011)
@eurostat.cens_11dwob_r3
Eurostat code: cens_11dwob_r3 ยท (2011 - 2011)
@eurostat.cens_11dwob_r3
CREATE TABLE raw (
"freq" VARCHAR,
"housing" VARCHAR,
"building" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2011" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"housing" VARCHAR,
"building" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.