Fortune Global 500 From 2019-2021
Global largest companies
@kaggle.prasertk_fortune_global_500_from_20192021
Global largest companies
@kaggle.prasertk_fortune_global_500_from_20192021
CREATE TABLE fortune_global_500_from_2019_2021 (
"year" BIGINT,
"rank" DOUBLE,
"name" VARCHAR,
"sector" VARCHAR,
"industry" VARCHAR,
"revenues" DOUBLE,
"revchange" DOUBLE,
"profits" DOUBLE,
"prftchange" DOUBLE,
"assets" DOUBLE,
"employees" BIGINT,
"hqcity" VARCHAR,
"hqstate" VARCHAR,
"newcomer" VARCHAR,
"profitable" VARCHAR,
"ceowoman" VARCHAR,
"jobgrowth" VARCHAR,
"permalink" VARCHAR
);
Anyone who has the link will be able to view this.