World Development Indicators
@owid.gdppc_vs_living_conditions
@owid.gdppc_vs_living_conditions
CREATE TABLE owid_gdppc_vs_living_conditions (
"country" VARCHAR,
"access_to_electricity" DOUBLE,
"access_to_improved_drinking_water" DOUBLE,
"adult_literacy_rate" DOUBLE,
"average_working_hours" DOUBLE,
"child_mortality_rate" DOUBLE,
"gdp_per_capita" DOUBLE,
"happiness_score" DOUBLE,
"harmonized_test_scores" DOUBLE,
"learning_adjusted_years_of_school" DOUBLE,
"life_expectancy" DOUBLE,
"maternal_death_rate" DOUBLE,
"physicians_per_1000_people" DOUBLE,
"population" DOUBLE,
"tourist_departures_per_1000_people" DOUBLE,
"region" VARCHAR
);
Anyone who has the link will be able to view this.