Baselight

100 Largest Internet Companies 2021

Market cap, Revenues, Employees, Industry

@kaggle.prasertk_largest_internet_companies_2021

Loading...
Loading...

About this Dataset

100 Largest Internet Companies 2021

Context

From wikipedia "This is a list of Internet companies by revenue and market capitalization. The list is limited to dot-com companies, defined as a company that does the majority of its business on the Internet, with annual revenues exceeding US$1 billion. It excludes Internet service providers or other information technology companies."

Acknowledgements

I scraped data from https://en.wikipedia.org/wiki/List_of_largest_Internet_companies.

Inspiration

Explore and Enjoy!

Tables

Largest Internet Company

@kaggle.prasertk_largest_internet_companies_2021.largest_internet_company
  • 11.46 KB
  • 101 rows
  • 9 columns
Loading...

CREATE TABLE largest_internet_company (
  "rank" BIGINT,
  "company" VARCHAR,
  "revenue_b" DOUBLE,
  "f_y" BIGINT,
  "employees" DOUBLE,
  "market_cap_b" DOUBLE,
  "headquarters" VARCHAR,
  "founded" BIGINT,
  "industry" VARCHAR
);

Share link

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