Deaths By Risk Factor Dataset
List of Various Diseases with resultant deaths
@kaggle.ahmadjalalmasood123_deaths_by_risk_factor_dataset
List of Various Diseases with resultant deaths
@kaggle.ahmadjalalmasood123_deaths_by_risk_factor_dataset
This dataset basically describes Number of deaths by varying risk factors across mentioned years. The dataset is almost clear, further details can be explored which is quite a practice for the aspiring Data scientists.
Good luck👍 👌 😄
Kindly Upvote👍 if the dataset proves worthy of your experience, this would encourage me a lot.
Thanks😁
Columns are all numerical except one feature know as countries/regions.
So amazing thing about this dataset is that maximum data is numerical.
CREATE TABLE number_of_deaths_by_risk_factors (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"n__outdoor_air_pollution" BIGINT -- Outdoor Air Pollution,
"high_systolic_blood_pressure" BIGINT,
"diet_high_in_sodium" BIGINT,
"n__diet_low_in_whole_grains" BIGINT -- Diet Low In Whole Grains,
"alcohol_use" BIGINT,
"diet_low_in_fruits" BIGINT,
"unsafe_water_source" BIGINT,
"secondhand_smoke" BIGINT,
"n__low_birth_weight" BIGINT -- Low Birth Weight,
"child_wasting" BIGINT,
"n__unsafe_sex" BIGINT -- Unsafe Sex,
"diet_low_in_nuts_and_seeds" BIGINT,
"n__household_air_pollution_from_solid_fuels" BIGINT -- Household Air Pollution From Solid Fuels,
"n__diet_low_in_vegetables" BIGINT -- Diet Low In Vegetables,
"low_physical_activity" BIGINT,
"n__smoking" BIGINT -- Smoking,
"n__high_fasting_plasma_glucose" BIGINT -- High Fasting Plasma Glucose,
"n__air_pollution" BIGINT -- Air Pollution,
"n__high_body_mass_index" BIGINT -- High Body-mass Index,
"n__unsafe_sanitation" BIGINT -- Unsafe Sanitation,
"n__no_access_to_handwashing_facility" BIGINT -- No Access To Handwashing Facility,
"n__drug_use_sex_both_age_all_ages_number" BIGINT -- Drug Use - Sex: Both - Age: All Ages (Number),
"low_bone_mineral_density" BIGINT,
"n__vitamin_a_deficiency" BIGINT -- Vitamin A Deficiency,
"n__child_stunting" BIGINT -- Child Stunting,
"discontinued_breastfeeding" BIGINT,
"non_exclusive_breastfeeding" BIGINT,
"n__iron_deficiency" BIGINT -- Iron Deficiency
);Anyone who has the link will be able to view this.