Baselight

Migraine Dataset

Decoding Migraines: A Comprehensive Dataset

@kaggle.ranzeet013_migraine_dataset

Loading...
Loading...

About this Dataset

Migraine Dataset

The migraine dataset described encompasses a comprehensive array of columns, each offering valuable insights into the multifaceted nature of migraine headaches. Beginning with demographic information such as 'Age,' the dataset delves into the specifics of each migraine episode, including its 'Duration' and 'Frequency.' It meticulously documents the characteristics of the pain, from its 'Location' to its 'Intensity,' painting a vivid picture of the subjective experience. The dataset also takes into account the various symptoms that often accompany migraines, such as 'Nausea' and 'Vomiting,' providing a holistic view of the patient's condition. Additionally, it considers sensory and neurological aspects like 'Phonophobia,' 'Photophobia,' and 'Visual' disturbances, shedding light on the diverse manifestations of this condition. Overall, this dataset holds immense potential for in-depth research, diagnosis, and treatment strategies, offering a rich resource for uncovering patterns and correlations within the complex world of migraines.

Tables

Migraine Data

@kaggle.ranzeet013_migraine_dataset.migraine_data
  • 17.97 KB
  • 400 rows
  • 24 columns
Loading...

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

Share link

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