Baselight

World Population Data

Data of Height, Weight, IQ, Quality of Life etc. of World Population.

@kaggle.madhurpant_world_population_data

Iq
@kaggle.madhurpant_world_population_data.iq

  • 6.04 KB
  • 108 rows
  • 4 columns
country

Country

iq

Iq

education_expenditure_per_inhabitant

Education Expenditure Per Inhabitant

daily_max_temp

Daily Max Temp

Singapore10890831.5
Hong Kong10891526.2
Taiwan10626.9
South Korea10653718.2
Japan105125819.2
China1042719
Switzerland102253915.1
Netherlands102170114.4
North Korea10215.2
Macao10162826

CREATE TABLE iq (
  "country" VARCHAR,
  "iq" BIGINT,
  "education_expenditure_per_inhabitant" DOUBLE,
  "daily_max_temp" DOUBLE
);

Share link

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