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
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.