Baselight

Effect Of The Search For Information On Learning Possibilities

Eurostat code: trng_aes_186 ยท (2007 - 2011)

@eurostat.trng_aes_186

Loading...
Loading...

About this Dataset

Effect Of The Search For Information On Learning Possibilities

This Eurostat dataset contains data on effect of the search for information on learning possibilities, as collected and published by the Statistical Office of the European Union.

Tables included:

  • raw: Original table as downloaded from Eurostat.
  • tidy: A cleaned and transformed version of the raw table, where time period values appear as rows instead of columns (unpivoted format).

Last updated: 2023-11-13T23:00:00+0100

Tables

Effect Of The Search For Information On Learning Possibilities - Raw

@eurostat.trng_aes_186.raw
  • 6.69 KB
  • 132 rows
  • 7 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "age" VARCHAR,
  "effect" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_2007" DOUBLE,
  "n_2011" DOUBLE
);

Effect Of The Search For Information On Learning Possibilities - Unpivoted

@eurostat.trng_aes_186.tidy
  • 6.59 KB
  • 199 rows
  • 7 columns
Loading...

CREATE TABLE tidy (
  "freq" VARCHAR,
  "age" VARCHAR,
  "effect" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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