Baselight

World Top Billionaires

World Top Billionaires List at 1996 to 2014

@kaggle.bhanupratapbiswas_world_top_billionaires

Billionaires
@kaggle.bhanupratapbiswas_world_top_billionaires.billionaires

  • 109.72 KB
  • 2614 rows
  • 22 columns
name

Name

rank

Rank

year

Year

company_founded

Company Founded

company_name

Company Name

company_relationship

Company Relationship

company_sector

Company Sector

company_type

Company Type

demographics_age

Demographics Age

demographics_gender

Demographics Gender

location_citizenship

Location Citizenship

location_country_code

Location Country Code

location_gdp

Location GDP

location_region

Location Region

wealth_type

Wealth Type

wealth_worth_in_billions

Wealth Worth In Billions

wealth_how_category

Wealth How Category

wealth_how_from_emerging

Wealth How From Emerging

wealth_how_industry

Wealth How Industry

wealth_how_inherited

Wealth How Inherited

wealth_how_was_founder

Wealth How Was Founder

wealth_how_was_political

Wealth How Was Political

Bill Gates119961975Microsoftfounder Softwarenew40maleUnited StatesUSA8100000000000North Americafounder non-finance18.5New SectorstrueTechnology-Computernot inheritedtruetrue
Bill Gates120011975Microsoftfounder Softwarenew45maleUnited StatesUSA10600000000000North Americafounder non-finance58.7New SectorstrueTechnology-Computernot inheritedtruetrue
Bill Gates120141975Microsoftfounder Softwarenew58maleUnited StatesUSANorth Americafounder non-finance76New SectorstrueTechnology-Computernot inheritedtruetrue
Warren Buffett219961962Berkshire Hathawayfounder Financenew65maleUnited StatesUSA8100000000000North Americafounder non-finance15Traded SectorstrueConsumernot inheritedtruetrue
Warren Buffett220011962Berkshire Hathawayfounder Financenew70maleUnited StatesUSA10600000000000North Americafounder non-finance32.3Traded SectorstrueConsumernot inheritedtruetrue
Carlos Slim Helu220141990Telmexfounder Communicationsprivatization74maleMexicoMEXLatin Americaprivatized and resources72Non-Traded SectorstrueMedianot inheritedtruetrue
Oeri Hoffman and Sacher319961896F. Hoffmann-La RochenanpharmaceuticalsnewmaleSwitzerlandCHE330000000000Europeinherited13.1New SectorstrueTechnology-Medical3rd generationtruetrue
Paul Allen320011975Microsoftfoundertechnologynew48maleUnited StatesUSA10600000000000North Americafounder non-finance30.4New SectorstrueTechnology-Computernot inheritedtruetrue
Amancio Ortega320141975ZarafounderFashionnew77maleSpainESPEuropefounder non-finance64Non-Traded SectorstrueRetail, Restaurantnot inheritedtruetrue
Lee Shau Kee419961976Henderson Land Developmentfounder/chairmanreal estatenew68maleHong KongHKG160000000000East Asiaself-made finance12.7FinancialtrueReal Estatenot inheritedtruetrue

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
);

Share link

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