World Top Billionaires
World Top Billionaires List at 1996 to 2014
@kaggle.bhanupratapbiswas_world_top_billionaires
World Top Billionaires List at 1996 to 2014
@kaggle.bhanupratapbiswas_world_top_billionaires
As of my knowledge cutoff in September 2021, here are some of the world's top billionaires. Please note that this information may be outdated, and rankings can change over time due to fluctuations in net worth.
It's important to keep in mind that these rankings may have changed since 2021, and new billionaires may have entered the list. I recommend referring to the latest Forbes billionaire list or other reliable sources for the most up-to-date information on the world's top billionaires.
CREATE TABLE billionaires (
"name" VARCHAR,
"rank" BIGINT,
"year" BIGINT,
"company_founded" BIGINT,
"company_name" VARCHAR,
"company_relationship" VARCHAR,
"company_sector" VARCHAR,
"company_type" VARCHAR,
"demographics_age" BIGINT,
"demographics_gender" VARCHAR,
"location_citizenship" VARCHAR,
"location_country_code" VARCHAR,
"location_gdp" DOUBLE,
"location_region" VARCHAR,
"wealth_type" VARCHAR,
"wealth_worth_in_billions" DOUBLE,
"wealth_how_category" VARCHAR,
"wealth_how_from_emerging" BOOLEAN,
"wealth_how_industry" VARCHAR,
"wealth_how_inherited" VARCHAR,
"wealth_how_was_founder" BOOLEAN,
"wealth_how_was_political" BOOLEAN
);Anyone who has the link will be able to view this.