Sodium Potassium Imbalance
Dataset with 20 samples of people to do classification
@kaggle.divyosmi2009_sodium_potassium_imbalance
Dataset with 20 samples of people to do classification
@kaggle.divyosmi2009_sodium_potassium_imbalance
CREATE TABLE patent_per_year_in_india (
"year" BIGINT,
"no_of_patients" BIGINT
);
CREATE TABLE sodium_potassium_imbalance (
"weakness_and_fatigue" BIGINT,
"muscle_cramps" BIGINT,
"digestive_problems" BIGINT,
"heart_palpitations" BIGINT,
"muscle_aches" BIGINT,
"stiffness" BIGINT,
"numbness" BIGINT,
"breathing_difficulties" BIGINT,
"mood_changes" BIGINT,
"has_sodium_potassium_imbalance" BIGINT
);
Anyone who has the link will be able to view this.