Large Video Game Companies
list of large video game companies across the world
@kaggle.kkhandekar_large_video_game_companies
list of large video game companies across the world
@kaggle.kkhandekar_large_video_game_companies
This is a list of the largest video game companies in the world. The dataset contains:
Note: where there is no data available, the field is marked as 0.
CREATE TABLE gamingcompanies_main (
"name" VARCHAR,
"marketcap" DOUBLE,
"earnings" BIGINT,
"employeecount" BIGINT,
"operatingmargin" DOUBLE,
"peratio" DOUBLE,
"revenue" DOUBLE,
"country" VARCHAR
);Anyone who has the link will be able to view this.