Global Internet Usage
Internet Usage: Gapminder Dataset
@kaggle.sansuthi_gapminder_internet
Internet Usage: Gapminder Dataset
@kaggle.sansuthi_gapminder_internet
GapMinder collects data from a handful of sources, including the Institute for Health Metrics and Evaluation, the US Census Bureau’s International Database, the United Nations Statistics Division, and the World Bank.
Variable Name & Description of Indicator:
More information is available at www.gapminder.org
CREATE TABLE gapminder_internet (
"country" VARCHAR,
"incomeperperson" DOUBLE,
"internetuserate" DOUBLE,
"urbanrate" DOUBLE
);Anyone who has the link will be able to view this.