Migraine Dataset
Decoding Migraines: A Comprehensive Dataset
@kaggle.ranzeet013_migraine_dataset
Decoding Migraines: A Comprehensive Dataset
@kaggle.ranzeet013_migraine_dataset
CREATE TABLE migraine_data (
"age" BIGINT,
"duration" BIGINT,
"frequency" BIGINT,
"location" BIGINT,
"character" BIGINT,
"intensity" BIGINT,
"nausea" BIGINT,
"vomit" BIGINT,
"phonophobia" BIGINT,
"photophobia" BIGINT,
"visual" BIGINT,
"sensory" BIGINT,
"dysphasia" BIGINT,
"dysarthria" BIGINT,
"vertigo" BIGINT,
"tinnitus" BIGINT,
"hypoacusis" BIGINT,
"diplopia" BIGINT,
"defect" BIGINT,
"ataxia" BIGINT,
"conscience" BIGINT,
"paresthesia" BIGINT,
"dpf" BIGINT,
"type" VARCHAR
);
Anyone who has the link will be able to view this.