Baselight

Psychological State

It simulates biosensor-collected physiological, behavioral, and environmental.

@kaggle.willianoliveiragibin_psychological_state

Psychological State Dataset New
@kaggle.willianoliveiragibin_psychological_state.psychological_state_dataset_new

  • 167.44 KB
  • 1000 rows
  • 18 columns
id

ID

time

Time

age

Age

hrv_ms

HRV (ms)

gsr_s

GSR (μS)

eeg_power_bands

EEG Power Bands

blood_pressure_mmhg

Blood Pressure (mmHg)

oxygen_saturation

Oxygen Saturation (%)

heart_rate_bpm

Heart Rate (BPM)

ambient_noise_db

Ambient Noise (dB)

cognitive_load

Cognitive Load

mood_state

Mood State

psychological_state

Psychological State

respiration_rate_bpm

Respiration Rate (BPM)

skin_temp_c

Skin Temp (°C)

focus_duration_s

Focus Duration (s)

task_type

Task Type

gender

Gender

1Mon Jan 01 2024 00:00:00 GMT+0000 (Coordinated Universal Time)223.303.973.885.213.7901.031.805.777.942.350[0.7583653347946298, 1.423247998317594, 0.6157696670741735]114/799.843.331.161.949.9409856.863.054.434.594LowAnxiousStressed213.456.648.362.706.43027ExamFemale
2Mon Jan 01 2024 00:00:01 GMT+0000 (Coordinated Universal Time)2349.914.651.237.079.80013.409.828.672.616.600[0.5520419333516282, 1.858065835142619, 0.3766051098968099]113/869.894.450.488.549.340704.534.342.962.969.860LowNeutralStressed213.535.859.349.215.910282AssignmentMale
3Mon Jan 01 2024 00:00:02 GMT+0000 (Coordinated Universal Time)186.789.440.144.700.15010.060.137.767.564.500[1.0261365005886114, 1.3504934190994182, 2.3087693587935796]124/7495.990.752.767.819915.002.926.395.291.650HighSadRelaxed1734.359.495.334.170.10050Group DiscussionFemale
4Mon Jan 01 2024 00:00:03 GMT+0000 (Coordinated Universal Time)283.470.537.332.948.9408.492.695.669.121.600[1.6075723109471591, 1.6619672129812242, 0.3441338973835159]120/739.817.364.296.897.78095608.021.039.535.743LowNeutralAnxious123.480.263.801.086.040223ExamFemale
5Mon Jan 01 2024 00:00:04 GMT+0000 (Coordinated Universal Time)245.289.654.894.337.3708.790.843.886.218.770[1.055003922514022, 0.7643319894343756, 1.0745366952073125]111/809.622.505.072.195.3106540.696.384.239.416.500HighAnxiousStressed143.586.986.188.446.300201Group DiscussionFemale
6Mon Jan 01 2024 00:00:05 GMT+0000 (Coordinated Universal Time)2239.835.588.145.214.90013.010.798.063.884.300[1.9776042514080998, 2.110298943521322, 2.239561853802649]125/719.877.638.531.169.190745.851.256.083.007.550LowNeutralStressed193.416.264.424.040.810160Group DiscussionOther
7Mon Jan 01 2024 00:00:06 GMT+0000 (Coordinated Universal Time)295.786.262.029.103.72010.315.497.637.391.400[1.8082576401092578, 2.4006225659581943, 1.0052333992361415]118/709.700.638.905.179.600774.660.560.427.901.320ModerateHappyAnxious153.541.376.316.998.670289LectureFemale
8Mon Jan 01 2024 00:00:07 GMT+0000 (Coordinated Universal Time)283.738.465.766.588.48010.446.359.535.548.100[2.4999330944469107, 1.5340481389344187, 1.57548991738701]114/73974.968.754.957.421636.405.425.706.109.320ModerateNeutralFocused1435.470.839.109.075.200197AssignmentFemale
9Mon Jan 01 2024 00:00:08 GMT+0000 (Coordinated Universal Time)207.158.649.893.678.7908.319.503.248.568.820[1.064794037262249, 2.4687465156651243, 1.1907055253949388]118/789.695.163.944.091.670785.362.055.724.950.500ModerateSadFocused173.467.912.210.678.310280Group DiscussionOther
10Mon Jan 01 2024 00:00:09 GMT+0000 (Coordinated Universal Time)262.650.507.116.043.230519.608.698.913.061[1.2100399484915991, 2.485462209197526, 1.592148247606031]113/74962.266.510.958.495704.479.364.691.742.430LowHappyAnxious21352.706.235.021.852232AssignmentMale

CREATE TABLE psychological_state_dataset_new (
  "id" BIGINT,
  "time" TIMESTAMP,
  "age" BIGINT,
  "hrv_ms" VARCHAR,
  "gsr_s" VARCHAR,
  "eeg_power_bands" VARCHAR,
  "blood_pressure_mmhg" VARCHAR,
  "oxygen_saturation" VARCHAR,
  "heart_rate_bpm" BIGINT,
  "ambient_noise_db" VARCHAR,
  "cognitive_load" VARCHAR,
  "mood_state" VARCHAR,
  "psychological_state" VARCHAR,
  "respiration_rate_bpm" BIGINT,
  "skin_temp_c" VARCHAR,
  "focus_duration_s" BIGINT,
  "task_type" VARCHAR,
  "gender" VARCHAR
);

Share link

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