Baselight

Hours Spent In CVT Courses By Type Of Course And NACE Rev. 2 Activity - % Of Total Hours Spent In CVT Courses

Eurostat code: trng_cvt_26n2 ยท (2010 - 2020)

@eurostat.trng_cvt_26n2

Hours Spent In CVT Courses By Type Of Course And NACE Rev. 2 Activity - % Of Total Hours Spent In CVT Courses - Unpivoted
@eurostat.trng_cvt_26n2.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.

  • 11.21 KB
  • 1668 rows
  • 7 columns
freq

Freq

nace_r2

Nace R2

training

Training

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualIndustry (except construction)CVT courses - externalPercentageAustria201054.6
AnnualIndustry (except construction)CVT courses - externalPercentageBelgium201034.8
AnnualIndustry (except construction)CVT courses - externalPercentageBulgaria201050.6
AnnualIndustry (except construction)CVT courses - externalPercentageCyprus201072
AnnualIndustry (except construction)CVT courses - externalPercentageCzechia201064.9
AnnualIndustry (except construction)CVT courses - externalPercentageGermany201038.8
AnnualIndustry (except construction)CVT courses - externalPercentageDenmark201052.6
AnnualIndustry (except construction)CVT courses - externalPercentageEstonia201047.1
AnnualIndustry (except construction)CVT courses - externalPercentageGreece201034.5
AnnualIndustry (except construction)CVT courses - externalPercentageSpain201048.4

CREATE TABLE tidy (
  "freq" VARCHAR,
  "nace_r2" VARCHAR,
  "training" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

Anyone who has the link will be able to view this.