Mental Disorder Classification
A Collection of 120 Psychology Patients with 17 Essential Symptoms to Diagnose
@kaggle.cid007_mental_disorder_classification
A Collection of 120 Psychology Patients with 17 Essential Symptoms to Diagnose
@kaggle.cid007_mental_disorder_classification
CREATE TABLE dataset_mental_disorders (
"patient_number" VARCHAR,
"sadness" VARCHAR,
"euphoric" VARCHAR,
"exhausted" VARCHAR,
"sleep_dissorder" VARCHAR,
"mood_swing" VARCHAR,
"suicidal_thoughts" VARCHAR,
"anorxia" VARCHAR,
"authority_respect" VARCHAR,
"try_explanation" VARCHAR,
"aggressive_response" VARCHAR,
"ignore_move_on" VARCHAR,
"nervous_break_down" VARCHAR,
"admit_mistakes" VARCHAR,
"overthinking" VARCHAR,
"sexual_activity" VARCHAR,
"concentration" VARCHAR,
"optimisim" VARCHAR,
"expert_diagnose" VARCHAR
);
Anyone who has the link will be able to view this.