Factors Affecting Children Anemia Level
This is a cross-sectional data from the 2018 Nigeria DHS
@kaggle.adeolaadesina_factors_affecting_children_anemia_level
This is a cross-sectional data from the 2018 Nigeria DHS
@kaggle.adeolaadesina_factors_affecting_children_anemia_level
CREATE TABLE children_anemia (
"age_in_5_year_groups" VARCHAR,
"type_of_place_of_residence" VARCHAR,
"highest_educational_level" VARCHAR,
"wealth_index_combined" VARCHAR,
"births_in_last_five_years" BIGINT,
"age_of_respondent_at_1st_birth" BIGINT,
"hemoglobin_level_adjusted_for_altitude_and_smoking_g_d_37650bf8" DOUBLE,
"anemia_level" VARCHAR,
"have_mosquito_bed_net_for_sleeping_from_household_ques_5d1d1c5b" VARCHAR,
"smokes_cigarettes" VARCHAR,
"current_marital_status" VARCHAR,
"currently_residing_with_husband_partner" VARCHAR,
"when_child_put_to_breast" VARCHAR,
"had_fever_in_last_two_weeks" VARCHAR,
"hemoglobin_level_adjusted_for_altitude_g_dl_1_decimal" DOUBLE,
"anemia_level_1" VARCHAR,
"taking_iron_pills_sprinkles_or_syrup" VARCHAR
);
Anyone who has the link will be able to view this.