Baselight

Global Internet Usage

Internet Usage: Gapminder Dataset

@kaggle.sansuthi_gapminder_internet

Loading...
Loading...

About this Dataset

Global Internet Usage

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:

  • country: Unique Identifier
  • incomeperperson: Gross Domestic Product per capita in constant 2000 US$. The inflation but not the differences in the cost of living between countries has been taken into account.
  • internetuserate: Internet users (per 100 people). Internet users are people with access to the worldwide network.
  • urbanrate: Urban population (% of total) Urban population refers to people living in urban areas as defined by national statistical offices (calculated using World Bank population estimates and urban ratios from the United Nations World Urbanization Prospects)

More information is available at www.gapminder.org

Tables

Gapminder Internet

@kaggle.sansuthi_gapminder_internet.gapminder_internet
  • 10.64 kB
  • 213 rows
  • 4 columns
Loading...
CREATE TABLE gapminder_internet (
  "country" VARCHAR,
  "incomeperperson" DOUBLE,
  "internetuserate" DOUBLE,
  "urbanrate" DOUBLE
);

Share link

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