Internet Broadband And Mobile Speeds By Country
Ranking mobile and fixed broadband speeds from around the world (Jan 2022)
@kaggle.prasertk_internet_broadband_and_mobile_speeds_by_country
Ranking mobile and fixed broadband speeds from around the world (Jan 2022)
@kaggle.prasertk_internet_broadband_and_mobile_speeds_by_country
CREATE TABLE internet_broadband_and_mobile_speeds_by_country (
"country" VARCHAR,
"broadband_speed_rank" DOUBLE,
"broadband_mbps" DOUBLE,
"mobile_speed_rank" DOUBLE,
"mobile_mbps" DOUBLE,
"as_of" VARCHAR
);
Anyone who has the link will be able to view this.