Baselight

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

Loading...
Loading...

About this Dataset

World Bank Data - Suicide Analysis

This data was used to make an economical model to analyze the incidence of suicide worldwide.
All the data has been gathered from World Bank datasets.

Tables

Wb Data Suicide Economic Factors

@kaggle.wildocelot_world_bank_data_suicidal_analysis.wb_data_suicide_economic_factors
  • 610.11 KB
  • 5425 rows
  • 21 columns
Loading...

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

Share link

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