Baselight

Communication

Eurostat code: med_ps33 ยท (2005 - 2018)

@eurostat.med_ps33

Communication - Unpivoted
@eurostat.med_ps33.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.

  • 5.64 KB
  • 178 rows
  • 5 columns
freq

Freq

indic_md

Indic Md

geo

Geo

time_period

Time Period

value

Value

AnnualNumber of main telephone lines per 1,000 inhabitants (per 1000 Inhab)Algeria200578.1
AnnualNumber of main telephone lines per 1,000 inhabitants (per 1000 Inhab)Egypt2005144
AnnualNumber of main telephone lines per 1,000 inhabitants (per 1000 Inhab)Israel2005278
AnnualNumber of main telephone lines per 1,000 inhabitants (per 1000 Inhab)Jordan2005112
AnnualNumber of main telephone lines per 1,000 inhabitants (per 1000 Inhab)Morocco200545
AnnualNumber of main telephone lines per 1,000 inhabitants (per 1000 Inhab)Palestine*200594
AnnualNumber of main telephone lines per 1,000 inhabitants (per 1000 Inhab)Tunisia2005124.5
AnnualNumber of subscriptions to cellular mobile telephone services per 1,000 inhabitants (per 1000 Inhab)Algeria2005415.2
AnnualNumber of subscriptions to cellular mobile telephone services per 1,000 inhabitants (per 1000 Inhab)Egypt2005191
AnnualNumber of subscriptions to cellular mobile telephone services per 1,000 inhabitants (per 1000 Inhab)Israel2005595

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

Share link

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