Baselight

Individuals Who Have Never Used A Computer (2006-2017)

Eurostat code: isoc_r_cux_i · (2006 - 2017)

@eurostat.isoc_r_cux_i

Individuals Who Have Never Used A Computer (2006-2017) - Unpivoted
@eurostat.isoc_r_cux_i.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.

  • 23.27 KB
  • 2829 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualPercentage of individualsAustria200624.53
AnnualPercentage of individualsOstösterreich200622.52
AnnualPercentage of individualsBurgenland200629.96
AnnualPercentage of individualsNiederösterreich200625.17
AnnualPercentage of individualsWien200618.78
AnnualPercentage of individualsSüdösterreich200626.74
AnnualPercentage of individualsKärnten200629.18
AnnualPercentage of individualsSteiermark200625.61
AnnualPercentage of individualsWestösterreich200625.6
AnnualPercentage of individualsOberösterreich200626.18

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

Share link

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