Forbes Billionaires Of 2021–2.0
2021 List of Billionaires from Forbes with way more features than 1.0
@kaggle.alexanderbader_forbes_billionaires_of_2021_20
2021 List of Billionaires from Forbes with way more features than 1.0
@kaggle.alexanderbader_forbes_billionaires_of_2021_20
I felt unsatisfied with another dataset, thus did one that is bigger and better.
If I receive 20+ Non-Novice Votes, I will add geo data of the residency position.
Already done, go to 3.0
Skimmed the data from forbes.com
CREATE TABLE forbes_billionaires (
"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
);
Anyone who has the link will be able to view this.