Baselight

Top 2000 Companies Globally

Top 2000 Companies Globally based on revenue, profit, assets, and marketcap.

@kaggle.joebeachcapital_top_2000_companies_globally

Loading...
Loading...

About this Dataset

Top 2000 Companies Globally

Global ranking of the top 2000 largest companies in the world based on revenue, profits, assets, and market value, as of 2020. Also includes country, continent, and latitude, longitude coordinates.

Tables

Top2000companiesglobally

@kaggle.joebeachcapital_top_2000_companies_globally.top2000companiesglobally
  • 65.44 KB
  • 1924 rows
  • 10 columns
Loading...

CREATE TABLE top2000companiesglobally (
  "global_rank" BIGINT,
  "company" VARCHAR,
  "sales_billion" DOUBLE,
  "profits_billion" DOUBLE,
  "assets_billion" DOUBLE,
  "market_value_billion" DOUBLE,
  "country" VARCHAR,
  "continent" VARCHAR,
  "latitude" DOUBLE,
  "longitude" DOUBLE
);

Share link

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