Baselight

Large Video Game Companies

list of large video game companies across the world

@kaggle.kkhandekar_large_video_game_companies

Loading...
Loading...

About this Dataset

Large Video Game Companies

List of Large Video Game Companies

This is a list of the largest video game companies in the world. The dataset contains:

  • Market Cap
  • Revenue
  • Number of Employees
  • Earnings
  • Operating Margin
  • P/E Ratio
  • Country

Note: where there is no data available, the field is marked as 0.

Tables

Gamingcompanies Main

@kaggle.kkhandekar_large_video_game_companies.gamingcompanies_main
  • 10.59 KB
  • 79 rows
  • 8 columns
Loading...

CREATE TABLE gamingcompanies_main (
  "name" VARCHAR,
  "marketcap" DOUBLE,
  "earnings" BIGINT,
  "employeecount" BIGINT,
  "operatingmargin" DOUBLE,
  "peratio" DOUBLE,
  "revenue" DOUBLE,
  "country" VARCHAR
);

Share link

Anyone who has the link will be able to view this.