Baselight

E-government Activities Of Individuals Via Websites

Eurostat code: isoc_ciegi_ac$dv_515

@eurostat.isoc_ciegi_ac_dv_515

Loading...
Loading...

About this Dataset

E-government Activities Of Individuals Via Websites

This Eurostat dataset contains data on e-government activities of individuals via websites, 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: 2025-06-24T11:00:00+0200

Tables

E-government Activities Of Individuals Via Websites - Raw

@eurostat.isoc_ciegi_ac_dv_515.raw
  • 17.39 KB
  • 444 rows
  • 9 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "indic_is" VARCHAR,
  "unit" VARCHAR,
  "ind_type" VARCHAR,
  "geo" VARCHAR,
  "n_2018" DOUBLE,
  "n_2019" DOUBLE,
  "n_2020" DOUBLE,
  "n_2021" DOUBLE
);

E-government Activities Of Individuals Via Websites - Unpivoted

@eurostat.isoc_ciegi_ac_dv_515.tidy
  • 15.55 KB
  • 1620 rows
  • 7 columns
Loading...

CREATE TABLE tidy (
  "freq" VARCHAR,
  "indic_is" VARCHAR,
  "unit" VARCHAR,
  "ind_type" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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