Big Profit Players: Global Organizations Dataset
Dominant Businesses Worldwide with Highest Earnings
@kaggle.danishammar_big_profit_players_in_world
Dominant Businesses Worldwide with Highest Earnings
@kaggle.danishammar_big_profit_players_in_world
In this dataset, I have collected the top-ranked global companies with reference to their profits. here is the details of columns
CREATE TABLE big_profit_players_in_world (
"rank" BIGINT,
"company" VARCHAR,
"stock_symbol" VARCHAR,
"earnings_ttm_usd_in_billion" DOUBLE -- Earnings TTM (USD) In Billion,
"share_price_usd" DOUBLE -- Share Price (USD),
"company_origin" VARCHAR
);Anyone who has the link will be able to view this.