Conventional Dwellings By Occupancy Status, Period Of Construction And NUTS 3 Region
Eurostat code: cens_21dwop_r3 · (2021 - 2021)
@eurostat.cens_21dwop_r3
Eurostat code: cens_21dwop_r3 · (2021 - 2021)
@eurostat.cens_21dwop_r3
CREATE TABLE raw (
"freq" VARCHAR,
"housing" VARCHAR,
"y_const" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2021" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"housing" VARCHAR,
"y_const" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.