Baselight

Fixed Telephone Line And Mobile Phone Penetration Rate, ENP-East Countries

Eurostat code: enpe_isoc_penrt ยท (2005 - 2023)

@eurostat.enpe_isoc_penrt

Fixed Telephone Line And Mobile Phone Penetration Rate, ENP-East Countries - Unpivoted
@eurostat.enpe_isoc_penrt.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.75 KB
  • 193 rows
  • 6 columns
freq

Freq

ict

Ict

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualMobile phonePer thousand inhabitantsArmenia2005211
AnnualMobile phonePer thousand inhabitantsAzerbaijan2005268
AnnualMobile phonePer thousand inhabitantsBelarus2005426
AnnualMobile phonePer thousand inhabitantsGeorgia2005302
AnnualMobile phonePer thousand inhabitantsMoldova2005303
AnnualMobile phonePer thousand inhabitantsUkraine2005642
AnnualFixed telephonePer thousand inhabitantsArmenia2005594
AnnualFixed telephonePer thousand inhabitantsAzerbaijan2005131
AnnualFixed telephonePer thousand inhabitantsBelarus2005354
AnnualFixed telephonePer thousand inhabitantsGeorgia2005140

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

Share link

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