Persons Practicing Artistic Activities By Sex, Age, Educational Attainment And Frequency
Eurostat code: ilc_scp07 ยท (2015 - 2022)
@eurostat.ilc_scp07
Eurostat code: ilc_scp07 ยท (2015 - 2022)
@eurostat.ilc_scp07
CREATE TABLE raw (
"freq" VARCHAR,
"frequenc" VARCHAR,
"isced11" VARCHAR,
"age" VARCHAR,
"sex" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2015" DOUBLE,
"n_2022" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"frequenc" VARCHAR,
"isced11" VARCHAR,
"age" VARCHAR,
"sex" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.