Indicators Of Anxiety Or Depression
Indicators Based on Reported Frequency of Symptoms During Last 7 Days
@kaggle.melissamonfared_indicators_of_anxiety_or_depression
Indicators Based on Reported Frequency of Symptoms During Last 7 Days
@kaggle.melissamonfared_indicators_of_anxiety_or_depression
CREATE TABLE indicators_of_anxiety_or_depression (
"indicator" VARCHAR,
"group" VARCHAR,
"state" VARCHAR,
"subgroup" VARCHAR,
"phase" VARCHAR,
"time_period" BIGINT,
"time_period_label" VARCHAR,
"time_period_start_date" TIMESTAMP,
"time_period_end_date" TIMESTAMP,
"value" DOUBLE,
"low_ci" DOUBLE,
"high_ci" DOUBLE,
"confidence_interval" VARCHAR,
"quartile_range" VARCHAR
);
Anyone who has the link will be able to view this.