Occupied Conventional Dwellings By Presence Of Comfort Characteristics
Eurostat code: cens_01ndcomf ยท (2001 - 2001)
@eurostat.cens_01ndcomf
Eurostat code: cens_01ndcomf ยท (2001 - 2001)
@eurostat.cens_01ndcomf
CREATE TABLE raw (
"freq" VARCHAR,
"unit" VARCHAR,
"amenity" VARCHAR,
"geo" VARCHAR,
"n_2001" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"unit" VARCHAR,
"amenity" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.