Baselight

Global Internet Users

Internet Users Country-wise 1980-2020

@kaggle.ashishraut64_internet_users

Loading...
Loading...

About this Dataset

Global Internet Users

Context

The Internet (or internet) is a global system of interconnected computer networks that uses the Internet protocol suite (TCP/IP) to communicate between networks and devices. It is a network of networks that consists of private, public, academic, business, and government networks of local to global scope, linked by a broad array of electronic, wireless, and optical networking technologies. The Internet carries a vast range of information resources and services, such as the interlinked hypertext documents and applications of the World Wide Web (WWW), electronic mail, telephony, and file sharing.

Content

The following dataset has information about internet users from 1980-2020. Details about the columns are as follows:

  1. Entity - Contains the name of the countries and the regions.
  2. Code - Information about country code and where code has the value 'Region', it denotes division by grouping various countries.
  3. Year - Year from 1980-2020
  4. Cellular Subscription - Mobile phone subscriptions per 100 people. This number can get over 100 when the average person has more than one subscription to a mobile service.
  5. Internet Users(%) - The share of the population that is accessing the internet for all countries of the world.
  6. No. of Internet Users - Number of people using the Internet in every country.
  7. Broadband Subscription - The number of fixed broadband subscriptions per 100 people. This refers to fixed subscriptions to high-speed access to the public Internet (a TCP/IP connection), at downstream speeds equal to, or greater than, 256 kbit/s.

Tables

Final

@kaggle.ashishraut64_internet_users.final
  • 238.33 KB
  • 8867 rows
  • 8 columns
Loading...

CREATE TABLE final (
  "unnamed_0" BIGINT,
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "cellular_subscription" DOUBLE,
  "internet_users" DOUBLE,
  "no_of_internet_users" BIGINT,
  "broadband_subscription" DOUBLE
);

Share link

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