Baselight

Individuals - Internet Activities

Eurostat code: isoc_ci_ac_i$dv_2801

@eurostat.isoc_ci_ac_i_dv_2801

Individuals - Internet Activities - Unpivoted
@eurostat.isoc_ci_ac_i_dv_2801.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.

  • 30.5 KB
  • 4726 rows
  • 7 columns
freq

Freq

indic_is

Indic Is

unit

Unit

ind_type

Ind Type

geo

Geo

time_period

Time Period

value

Value

AnnualInternet use: seeking health informationPercentage of individualsAll individualsAustria201553.82
AnnualInternet use: seeking health informationPercentage of individualsAll individualsBelgium201547.4
AnnualInternet use: seeking health informationPercentage of individualsAll individualsBulgaria201527.88
AnnualInternet use: seeking health informationPercentage of individualsAll individualsCyprus201549.85
AnnualInternet use: seeking health informationPercentage of individualsAll individualsCzechia201539.87
AnnualInternet use: seeking health informationPercentage of individualsAll individualsGermany201561.69
AnnualInternet use: seeking health informationPercentage of individualsAll individualsDenmark201565.64
AnnualInternet use: seeking health informationPercentage of individualsAll individualsEuro area (EA11-1999, EA12-2001, EA13-2007, EA15-2008, EA16-2009, EA17-2011, EA18-2014, EA19-2015, EA20-2023)201547.72
AnnualInternet use: seeking health informationPercentage of individualsAll individualsEstonia201554.73
AnnualInternet use: seeking health informationPercentage of individualsAll individualsGreece201537.2

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.