Baselight

Forbes Billionaires 2021–3.0

2021 List of Billionaires from Forbes, now with geo points of residency

@kaggle.alexanderbader_forbes_billionaires_2021_30

Loading...
Loading...

About this Dataset

Forbes Billionaires 2021–3.0

Context

Expanded my other dataset with geo data of the billionaires residency

Acknowledgements

Skimmed the data from forbes.com
Added coordinates with OpenCageGeocode

Tables

Forbes Billionaires Geo

@kaggle.alexanderbader_forbes_billionaires_2021_30.forbes_billionaires_geo
  • 135.69 KB
  • 2755 rows
  • 13 columns
Loading...

CREATE TABLE forbes_billionaires_geo (
  "name" VARCHAR,
  "networth" DOUBLE,
  "country" VARCHAR,
  "source" VARCHAR,
  "rank" BIGINT,
  "age" DOUBLE,
  "residence" VARCHAR,
  "citizenship" VARCHAR,
  "status" VARCHAR,
  "children" DOUBLE,
  "education" VARCHAR,
  "self_made" VARCHAR,
  "geometry" VARCHAR
);

Share link

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