Top 2000 Companies Globally
Top 2000 Companies Globally based on revenue, profit, assets, and marketcap.
@kaggle.joebeachcapital_top_2000_companies_globally
Top 2000 Companies Globally based on revenue, profit, assets, and marketcap.
@kaggle.joebeachcapital_top_2000_companies_globally
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
);
Anyone who has the link will be able to view this.