Fortune 500 Companies
Contains data from 1996 to 2023 on Fortune 500 companies (e.g. market value).
@kaggle.rm1000_fortune_500_companies
Contains data from 1996 to 2023 on Fortune 500 companies (e.g. market value).
@kaggle.rm1000_fortune_500_companies
CREATE TABLE fortune_500_companies (
"name" VARCHAR,
"rank" BIGINT,
"year" BIGINT,
"industry" VARCHAR,
"sector" VARCHAR,
"headquarters_state" VARCHAR,
"headquarters_city" VARCHAR,
"market_value_mil" DOUBLE,
"revenue_mil" DOUBLE,
"profit_mil" DOUBLE,
"asset_mil" DOUBLE,
"employees" DOUBLE,
"founder_is_ceo" VARCHAR,
"female_ceo" VARCHAR,
"newcomer_to_fortune_500" VARCHAR,
"global_500" VARCHAR
);
Anyone who has the link will be able to view this.