Mobile Broadband Data
List of countries by number of broadband Internet subscriptions
@kaggle.arathipraj_subscriptions_and_usage
List of countries by number of broadband Internet subscriptions
@kaggle.arathipraj_subscriptions_and_usage
This dataset contains a sortable list of countries by number of broadband Internet subscriptions and penetration rates, using data compiled by the International Telecommunication Union.
CREATE TABLE broadband_subscription_by_region (
"subscription" VARCHAR,
"place" VARCHAR,
"n_2007" VARCHAR -- 2007,
"n_2010" VARCHAR -- 2010,
"n_2014" VARCHAR -- 2014,
"n_2019_15" VARCHAR -- 2019[15]
);CREATE TABLE worldwide_broadband_subscription (
"users" VARCHAR,
"n_2007" VARCHAR -- 2007,
"n_2010" VARCHAR -- 2010,
"n_2016" VARCHAR -- 2016,
"n_2019_12" VARCHAR -- 2019[12]
);Anyone who has the link will be able to view this.