Forbes Billionaires Evolution (1997-2024)
Comprehensive Data on Billionaires from 1997-2024
@kaggle.guillemservera_forbes_billionaires_1997_2023
Comprehensive Data on Billionaires from 1997-2024
@kaggle.guillemservera_forbes_billionaires_1997_2023
Introduction:
The "Forbes Billionaires Evolution" dataset provides a comprehensive examination of the financial growth and status of global billionaires from 1997 to 2024. It meticulously chronicles the transformations, both subtle and substantial, in the fortunes of these financial titans over nearly three decades.
The cover image used for this dataset is sourced from Forbes, with the illustration credited to Geoff J. Kim for Forbes.
Content:
This dataset offers a plethora of valuable information, including:
Use Cases:
The potential applications for this dataset are vast and varied:
Leverage this dataset to extract trends, narratives, and crucial data-driven insights into the financial landscape of our world's most affluent individuals.
CREATE TABLE billionaires_2021 (
  "year" BIGINT,
  "month" BIGINT,
  "rank" BIGINT,
  "net_worth" VARCHAR,
  "last_name" VARCHAR,
  "first_name" VARCHAR,
  "full_name" VARCHAR,
  "birth_date" TIMESTAMP,
  "age" DOUBLE,
  "gender" VARCHAR,
  "country_of_citizenship" VARCHAR,
  "country_of_residence" VARCHAR,
  "city_of_residence" VARCHAR,
  "business_category" VARCHAR,
  "business_industries" VARCHAR,
  "organization_name" VARCHAR,
  "position_in_organization" VARCHAR,
  "self_made" BOOLEAN,
  "wealth_status" VARCHAR
);CREATE TABLE billionaires_2022 (
  "year" BIGINT,
  "month" BIGINT,
  "rank" BIGINT,
  "net_worth" VARCHAR,
  "last_name" VARCHAR,
  "first_name" VARCHAR,
  "full_name" VARCHAR,
  "birth_date" TIMESTAMP,
  "age" DOUBLE,
  "gender" VARCHAR,
  "country_of_citizenship" VARCHAR,
  "country_of_residence" VARCHAR,
  "city_of_residence" VARCHAR,
  "business_category" VARCHAR,
  "business_industries" VARCHAR,
  "organization_name" VARCHAR,
  "position_in_organization" VARCHAR,
  "self_made" BOOLEAN,
  "wealth_status" VARCHAR
);CREATE TABLE billionaires_2023 (
  "year" BIGINT,
  "month" BIGINT,
  "rank" BIGINT,
  "net_worth" VARCHAR,
  "last_name" VARCHAR,
  "first_name" VARCHAR,
  "full_name" VARCHAR,
  "birth_date" TIMESTAMP,
  "age" DOUBLE,
  "gender" VARCHAR,
  "country_of_citizenship" VARCHAR,
  "country_of_residence" VARCHAR,
  "city_of_residence" VARCHAR,
  "business_category" VARCHAR,
  "business_industries" VARCHAR,
  "organization_name" VARCHAR,
  "position_in_organization" VARCHAR,
  "self_made" BOOLEAN,
  "wealth_status" VARCHAR
);CREATE TABLE billionaires_2024 (
  "year" BIGINT,
  "month" BIGINT,
  "rank" BIGINT,
  "net_worth" VARCHAR,
  "last_name" VARCHAR,
  "first_name" VARCHAR,
  "full_name" VARCHAR,
  "birth_date" TIMESTAMP,
  "age" DOUBLE,
  "gender" VARCHAR,
  "country_of_citizenship" VARCHAR,
  "country_of_residence" VARCHAR,
  "city_of_residence" VARCHAR,
  "business_category" VARCHAR,
  "business_industries" VARCHAR,
  "organization_name" VARCHAR,
  "position_in_organization" VARCHAR,
  "self_made" BOOLEAN,
  "wealth_status" VARCHAR
);Anyone who has the link will be able to view this.