Baselight

Mobile And Fixed Broadband Internet Prices By Type Of Offer (least Expensive)

Eurostat code: isoc_pbo ยท (2019 - 2022)

@eurostat.isoc_pbo

Mobile And Fixed Broadband Internet Prices By Type Of Offer (least Expensive) - Unpivoted
@eurostat.isoc_pbo.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.

  • 20.58 KB
  • 3786 rows
  • 6 columns
freq

Freq

offer

Offer

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualFixed internet 100-200 MbpsPurchasing power parities (PPP) in euroAustria201925.31
AnnualFixed internet 100-200 MbpsPurchasing power parities (PPP) in euroBelgium201942
AnnualFixed internet 100-200 MbpsPurchasing power parities (PPP) in euroBulgaria201919.85
AnnualFixed internet 100-200 MbpsPurchasing power parities (PPP) in euroCyprus201951.08
AnnualFixed internet 100-200 MbpsPurchasing power parities (PPP) in euroCzechia201921.67
AnnualFixed internet 100-200 MbpsPurchasing power parities (PPP) in euroGermany201928.07
AnnualFixed internet 100-200 MbpsPurchasing power parities (PPP) in euroDenmark201935.97
AnnualFixed internet 100-200 MbpsPurchasing power parities (PPP) in euroEstonia201932
AnnualFixed internet 100-200 MbpsPurchasing power parities (PPP) in euroGreece201967.27
AnnualFixed internet 100-200 MbpsPurchasing power parities (PPP) in euroSpain201940.42

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

Share link

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