World Bank Data - Suicide Analysis
Datased used to make an small analysis about suicide based in economic factors
@kaggle.wildocelot_world_bank_data_suicidal_analysis
Datased used to make an small analysis about suicide based in economic factors
@kaggle.wildocelot_world_bank_data_suicidal_analysis
CREATE TABLE wb_data_suicide_economic_factors (
"country_name" VARCHAR,
"country_code" VARCHAR,
"time" BIGINT,
"suicide_mortality_rate_per_100_000_population_sh_sta_suic_p5" VARCHAR,
"inflation_consumer_prices_annual_fp_cpi_totl_zg" VARCHAR,
"final_consumption_expenditure_constant_2015_us_ne_con_totl_kd" VARCHAR,
"gross_capital_formation_constant_2015_us_ne_gdi_totl_kd" VARCHAR,
"gross_national_expenditure_constant_2015_us_ne_dab_totl_kd" VARCHAR,
"gni_per_capita_constant_2015_us_ny_gnp_pcap_kd" VARCHAR,
"agriculture_forestry_and_fishing_value_added_per_worke_2b266d9e" VARCHAR,
"industry_including_construction_value_added_per_worker_630be16f" VARCHAR,
"services_value_added_constant_2015_us_nv_srv_totl_kd" VARCHAR,
"government_expenditure_on_education_total_of_governmen_83df6d78" VARCHAR,
"domestic_general_government_health_expenditure_of_gene_f271e1b8" VARCHAR,
"life_expectancy_at_birth_total_years_sp_dyn_le00_in" VARCHAR,
"population_total_sp_pop_totl" VARCHAR,
"employment_to_population_ratio_15_total_national_estim_789cb5d0" VARCHAR,
"gini_index_si_pov_gini" VARCHAR,
"income_share_held_by_highest_20_si_dst_05th_20" VARCHAR,
"income_share_held_by_lowest_20_si_dst_frst_20" VARCHAR,
"co2_emissions_metric_tons_per_capita_en_atm_co2e_pc" VARCHAR
);
Anyone who has the link will be able to view this.