Air Pollution And Mental Health
Identifying Short-Term Human Impacts of Air Pollution
@kaggle.thedevastator_air_pollution_and_mental_health
Identifying Short-Term Human Impacts of Air Pollution
@kaggle.thedevastator_air_pollution_and_mental_health
CREATE TABLE citieshealth_bcn_data_panelstudy_20220414 (
"id_zenodo" BIGINT,
"date_all" BIGINT,
"year" BIGINT,
"month" BIGINT,
"day" BIGINT,
"dayoftheweek" BIGINT,
"hour" BIGINT,
"mentalhealth_survey" VARCHAR,
"occurrence_mental" DOUBLE,
"bienestar" DOUBLE,
"energia" DOUBLE,
"estres" DOUBLE,
"sueno" DOUBLE,
"horasfuera" DOUBLE,
"actividadfisica" VARCHAR,
"ordenador" VARCHAR,
"dieta" VARCHAR,
"alcohol" VARCHAR,
"drogas" VARCHAR,
"bebida" VARCHAR,
"enfermo" VARCHAR,
"otrofactor" VARCHAR,
"stroop_test" VARCHAR,
"occurrence_stroop" DOUBLE,
"mean_incongruent" DOUBLE,
"correct" DOUBLE,
"response_duration_ms" DOUBLE,
"performance" DOUBLE,
"mean_congruent" DOUBLE,
"inhib_control" DOUBLE,
"z_performance" DOUBLE,
"z_mean_incongruent" DOUBLE,
"z_inhib_control" DOUBLE,
"no2bcn_24h" DOUBLE,
"no2bcn_12h" DOUBLE,
"no2gps_24h" DOUBLE,
"no2gps_12h" DOUBLE,
"no2bcn_12h_x30" DOUBLE,
"no2bcn_24h_x30" DOUBLE,
"no2gps_12h_x30" DOUBLE,
"no2gps_24h_x30" DOUBLE,
"min_gps" DOUBLE,
"hour_gps" DOUBLE,
"pm25bcn" DOUBLE,
"bc_g" DOUBLE,
"sec_noise55_day" DOUBLE,
"sec_noise65_day" DOUBLE,
"sec_greenblue_day" DOUBLE,
"hours_noise_55_day" DOUBLE,
"hours_noise_65_day" DOUBLE,
"hours_greenblue_day" DOUBLE,
"tmean_24h" DOUBLE,
"tmean_12h" DOUBLE,
"humi_24h" DOUBLE,
"humi_12h" DOUBLE,
"pressure_24h" DOUBLE,
"pressure_12h" DOUBLE,
"precip_24h" DOUBLE,
"precip_12h" DOUBLE,
"precip_12h_binary" BIGINT,
"precip_24h_binary" BIGINT,
"maxwindspeed_24h" DOUBLE,
"maxwindspeed_12h" DOUBLE,
"noise_total_lden_55" DOUBLE,
"access_greenbluespaces_300mbuff" VARCHAR,
"n__gm3" DOUBLE,
"incidence_cat" VARCHAR,
"start_day" DOUBLE,
"start_month" DOUBLE,
"start_year" DOUBLE,
"start_hour" DOUBLE,
"end_day" DOUBLE,
"end_month" DOUBLE,
"end_year" DOUBLE,
"end_hour" DOUBLE,
"totaltime" DOUBLE,
"totaltime_estimated" VARCHAR,
"houron" VARCHAR,
"houroff" VARCHAR,
"age_yrs" DOUBLE,
"yearbirth" DOUBLE,
"smoke" VARCHAR,
"psycho" VARCHAR,
"gender" VARCHAR,
"district" VARCHAR,
"education" VARCHAR,
"covid_work" VARCHAR,
"covid_mood" VARCHAR,
"covid_sleep" VARCHAR,
"covid_espacios" VARCHAR,
"covid_aire" VARCHAR,
"covid_motor" VARCHAR,
"covid_electric" VARCHAR,
"covid_bikewalk" VARCHAR,
"covid_public_trans" VARCHAR
);
Anyone who has the link will be able to view this.