Socio-Economic Country Profiles
Contains 95 socio-economic metrics of 66 countries
@kaggle.nishanthsalian_socioeconomic_country_profiles
Contains 95 socio-economic metrics of 66 countries
@kaggle.nishanthsalian_socioeconomic_country_profiles
CREATE TABLE soci_econ_country_profiles (
"unnamed_0" BIGINT,
"country" VARCHAR,
"region" VARCHAR,
"surface_area_km2" BIGINT,
"population_in_thousands_2017" BIGINT,
"population_density_per_km2_2017" DOUBLE,
"sex_ratio_m_per_100_f_2017" DOUBLE,
"gdp_gross_domestic_product_million_current_us" BIGINT,
"gdp_growth_rate_annual_const_2005_prices" DOUBLE,
"gdp_per_capita_current_us" DOUBLE,
"economy_agriculture_of_gva" VARCHAR,
"economy_industry_of_gva" DOUBLE,
"economy_services_and_other_activity_of_gva" DOUBLE,
"employment_agriculture_of_employed" DOUBLE,
"employment_industry_of_employed" DOUBLE,
"employment_services_of_employed" DOUBLE,
"unemployment_of_labour_force" DOUBLE,
"labour_force_participation_female_male_pop" VARCHAR,
"agricultural_production_index_2004_2006_100" BIGINT,
"food_production_index_2004_2006_100" BIGINT,
"international_trade_exports_million_us" BIGINT,
"international_trade_imports_million_us" BIGINT,
"international_trade_balance_million_us" BIGINT,
"balance_of_payments_current_account_million_us" BIGINT,
"population_growth_rate_average_annual" VARCHAR,
"urban_population_of_total_population_x" DOUBLE,
"urban_population_growth_rate_average_annual" VARCHAR,
"fertility_rate_total_live_births_per_woman" DOUBLE,
"population_age_distribution_0_14_60_years" VARCHAR,
"international_migrant_stock_000_of_total_pop" VARCHAR,
"refugees_and_others_of_concern_to_unhcr_in_thousands" VARCHAR,
"infant_mortality_rate_per_1000_live_births" DOUBLE,
"health_total_expenditure_of_gdp" DOUBLE,
"health_physicians_per_1000_pop" VARCHAR,
"education_government_expenditure_of_gdp" VARCHAR,
"education_primary_gross_enrol_ratio_f_m_per_100_pop" VARCHAR,
"education_secondary_gross_enrol_ratio_f_m_per_100_pop" VARCHAR,
"education_tertiary_gross_enrol_ratio_f_m_per_100_pop" VARCHAR,
"seats_held_by_women_in_national_parliaments" DOUBLE,
"mobile_cellular_subscriptions_per_100_inhabitants" DOUBLE,
"mobile_cellular_subscriptions_per_100_inhabitants_1" DOUBLE,
"individuals_using_the_internet_per_100_inhabitants" BIGINT,
"threatened_species_number" DOUBLE,
"forested_area_of_land_area" VARCHAR,
"co2_emission_estimates_million_tons_tons_per_capita" BIGINT,
"energy_production_primary_petajoules" BIGINT,
"energy_supply_per_capita_gigajoules" VARCHAR,
"pop_using_improved_drinking_water_urban_rural" VARCHAR,
"pop_using_improved_sanitation_facilities_urban_rural" VARCHAR,
"net_official_development_assist_received_of_gni" BIGINT,
"quality_of_life_index" DOUBLE,
"purchasing_power_index" DOUBLE,
"safety_index" DOUBLE,
"health_care_index" DOUBLE,
"cost_of_living" DOUBLE,
"property_price_to_income_ratio" DOUBLE,
"traffic_commute_time_index" DOUBLE,
"pollution_index" DOUBLE,
"climate_index" DOUBLE,
"gross_rental_yield_city_center" DOUBLE,
"gross_rental_yield_outside_center" DOUBLE,
"property_price_to_rent_ratio_city_center" DOUBLE,
"property_price_to_rent_ratio_outside_center" DOUBLE,
"mortgate_as_percentage_of_income" DOUBLE,
"affordability_index" DOUBLE,
"cost_of_living_index" DOUBLE,
"rent_index" DOUBLE,
"cost_of_living_plus_rent_index" DOUBLE,
"grocery_index" DOUBLE,
"restaurant_price_index" DOUBLE,
"local_purchasing_power_index" DOUBLE,
"access_to_electricity_of_population" DOUBLE,
"adjusted_net_national_income_per_capita_constant_2010_us" DOUBLE,
"age_dependency_ratio_of_working_age_population" DOUBLE,
"air_transport_freight_million_ton_km" DOUBLE,
"air_transport_passengers_carried" DOUBLE,
"commercial_service_exports_current_us" DOUBLE,
"commercial_service_imports_current_us" DOUBLE,
"consumer_price_index_2010_100" DOUBLE,
"current_account_balance_of_gdp" DOUBLE,
"current_health_expenditure_of_gdp" DOUBLE,
"exports_of_goods_and_services_of_gdp" DOUBLE,
"gross_domestic_savings_of_gdp" DOUBLE,
"high_technology_exports_current_us" DOUBLE,
"human_capital_index_hci_scale_0_1" DOUBLE,
"imports_of_goods_and_services_of_gdp" DOUBLE,
"inflation_consumer_prices_annual" DOUBLE,
"life_expectancy_at_birth_female_years" DOUBLE,
"life_expectancy_at_birth_male_years" DOUBLE,
"life_expectancy_at_birth_total_years" DOUBLE,
"military_expenditure_of_gdp" DOUBLE,
"population_female" DOUBLE,
"population_male" DOUBLE,
"tax_revenue_of_gdp" DOUBLE,
"taxes_on_income_profits_and_capital_gains_of_revenue" DOUBLE,
"urban_population_of_total_population_y" DOUBLE
);
Anyone who has the link will be able to view this.