Baselight

Big Profit Players: Global Organizations Dataset

Dominant Businesses Worldwide with Highest Earnings

@kaggle.danishammar_big_profit_players_in_world

Loading...
Loading...

About this Dataset

Big Profit Players: Global Organizations Dataset

In this dataset, I have collected the top-ranked global companies with reference to their profits. here is the details of columns

  1. rank: In this column, I have provided the rank of the company in numbers.
  2. company: In this column, I have provided the name of the company.
  3. stock symbol: In this column, I have provided the stock symbol of the company.
  4. earnings: In this column, I have provided the profit of the company as of 2023, in USD billions.
  5. share price: In this column, I have provided the share price of the company.
  6. company origin: In this column, I have provided the name of the country where the head office of the company is based.

Tables

Big Profit Players In World

@kaggle.danishammar_big_profit_players_in_world.big_profit_players_in_world
  • 364.78 KB
  • 8395 rows
  • 6 columns
Loading...

CREATE TABLE big_profit_players_in_world (
  "rank" BIGINT,
  "company" VARCHAR,
  "stock_symbol" VARCHAR,
  "earnings_ttm_usd_in_billion" DOUBLE,
  "share_price_usd" DOUBLE,
  "company_origin" VARCHAR
);

Share link

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