CREATE TABLE ashp_data_atlanta_eff_default_data (
"date_time" VARCHAR,
"id_power" BIGINT,
"od_power" BIGINT,
"oa_temp" DOUBLE,
"oa_temp_dp" DOUBLE,
"sa_temp" DOUBLE,
"sa_temp_dp" DOUBLE,
"zn_temp" DOUBLE,
"zn_temp_dp" DOUBLE,
"sa_flow" BIGINT,
"local_pres" DOUBLE,
"ref_flow" DOUBLE,
"oa_temp_sim" DOUBLE,
"oa_temp_dp_sim" DOUBLE,
"oa_temp_spt_emu" DOUBLE,
"oa_temp_dp_spt_emu" DOUBLE,
"zn_temp_cspt" DOUBLE,
"zn_temp_hspt" DOUBLE,
"zn_temp_sim" DOUBLE,
"zn_temp_dp_sim" DOUBLE,
"zn_temp_spt_emu" DOUBLE,
"zn_temp_dp_spt_emu" DOUBLE,
"stat" BIGINT,
"stg" BIGINT,
"grid_signal_type" BIGINT,
"grid_signal_shed" BIGINT,
"grid_signal_price" BIGINT,
"occ01_gender" BIGINT,
"occ01_accept_low" BIGINT,
"occ01_accept_up" BIGINT,
"occ01_zn" BIGINT,
"occ01_pres" BIGINT,
"occ01_loc_x" DOUBLE,
"occ01_loc_y" DOUBLE,
"occ01_sen" DOUBLE,
"occ01_comfort" BIGINT,
"occ01_met" DOUBLE,
"occ01_clo" DOUBLE,
"occ01_ph" BIGINT,
"occ01_ph_power" BIGINT,
"occ01_pf" BIGINT,
"occ01_pf_power" BIGINT,
"occ01_spt" BIGINT,
"occ01_drink" BIGINT,
"occ01_act" BIGINT,
"occ02_gender" BIGINT,
"occ02_accept_low" BIGINT,
"occ02_accept_up" BIGINT,
"occ02_zn" BIGINT,
"occ02_pres" BIGINT,
"occ02_loc_x" DOUBLE,
"occ02_loc_y" DOUBLE,
"occ02_sen" DOUBLE,
"occ02_comfort" BIGINT,
"occ02_met" DOUBLE,
"occ02_clo" DOUBLE,
"occ02_ph" BIGINT,
"occ02_ph_power" BIGINT,
"occ02_pf" BIGINT,
"occ02_pf_power" BIGINT,
"occ02_spt" BIGINT,
"occ02_drink" BIGINT,
"occ02_act" BIGINT,
"occ03_gender" BIGINT,
"occ03_accept_low" BIGINT,
"occ03_accept_up" BIGINT,
"occ03_zn" BIGINT,
"occ03_pres" BIGINT,
"occ03_loc_x" DOUBLE,
"occ03_loc_y" DOUBLE,
"occ03_sen" DOUBLE,
"occ03_comfort" BIGINT,
"occ03_met" DOUBLE,
"occ03_clo" DOUBLE,
"occ03_ph" BIGINT,
"occ03_ph_power" BIGINT,
"occ03_pf" BIGINT,
"occ03_pf_power" BIGINT,
"occ03_spt" BIGINT,
"occ03_drink" BIGINT,
"occ03_act" BIGINT,
"occ04_gender" BIGINT,
"occ04_accept_low" BIGINT,
"occ04_accept_up" BIGINT,
"occ04_zn" BIGINT,
"occ04_pres" BIGINT,
"occ04_loc_x" DOUBLE,
"occ04_loc_y" DOUBLE,
"occ04_sen" DOUBLE,
"occ04_comfort" BIGINT,
"occ04_met" DOUBLE,
"occ04_clo" DOUBLE,
"occ04_ph" BIGINT,
"occ04_ph_power" BIGINT,
"occ04_pf" BIGINT,
"occ04_pf_power" BIGINT,
"occ04_spt" BIGINT,
"occ04_drink" BIGINT,
"occ04_act" BIGINT,
"occ05_gender" BIGINT
);