6,000 Largest Companies Ranked By Market Cap
List of largest companies in the world (as of 8-Feb-2022)
@kaggle.prasertk_6000_largest_companies_ranked_by_market_cap
List of largest companies in the world (as of 8-Feb-2022)
@kaggle.prasertk_6000_largest_companies_ranked_by_market_cap
CREATE TABLE n_6000_largest_companies_ranked_by_market_cap (
"rank" BIGINT,
"name" VARCHAR,
"symbol" VARCHAR,
"marketcap" BIGINT,
"price_usd" DOUBLE,
"country" VARCHAR
);
Anyone who has the link will be able to view this.