Baselight

Problems Experienced When Using E-government Websites (2022)

Eurostat code: isoc_ciegi_pb22 ยท (2022 - 2024)

@eurostat.isoc_ciegi_pb22

Problems Experienced When Using E-government Websites (2022) - Unpivoted
@eurostat.isoc_ciegi_pb22.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.

  • 209.48 KB
  • 99063 rows
  • 7 columns
freq

Freq

ind_type

Ind Type

indic_is

Indic Is

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualIndividuals who are born in another EU Member StateInternet use: issue when using a website or app of public authorities - website or app was difficult to use (last 12 months)Percentage of individualsAustria20229.3
AnnualIndividuals who are born in another EU Member StateInternet use: issue when using a website or app of public authorities - website or app was difficult to use (last 12 months)Percentage of individualsBelgium202214.63
AnnualIndividuals who are born in another EU Member StateInternet use: issue when using a website or app of public authorities - website or app was difficult to use (last 12 months)Percentage of individualsCyprus202210.77
AnnualIndividuals who are born in another EU Member StateInternet use: issue when using a website or app of public authorities - website or app was difficult to use (last 12 months)Percentage of individualsCzechia202215.47
AnnualIndividuals who are born in another EU Member StateInternet use: issue when using a website or app of public authorities - website or app was difficult to use (last 12 months)Percentage of individualsGermany20221.46
AnnualIndividuals who are born in another EU Member StateInternet use: issue when using a website or app of public authorities - website or app was difficult to use (last 12 months)Percentage of individualsDenmark202211.73
AnnualIndividuals who are born in another EU Member StateInternet use: issue when using a website or app of public authorities - website or app was difficult to use (last 12 months)Percentage of individualsEuro area (EA11-1999, EA12-2001, EA13-2007, EA15-2008, EA16-2009, EA17-2011, EA18-2014, EA19-2015, EA20-2023)202212.02
AnnualIndividuals who are born in another EU Member StateInternet use: issue when using a website or app of public authorities - website or app was difficult to use (last 12 months)Percentage of individualsEstonia202210.92
AnnualIndividuals who are born in another EU Member StateInternet use: issue when using a website or app of public authorities - website or app was difficult to use (last 12 months)Percentage of individualsGreece20223.08
AnnualIndividuals who are born in another EU Member StateInternet use: issue when using a website or app of public authorities - website or app was difficult to use (last 12 months)Percentage of individualsSpain202237

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

Share link

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