Baselight

Driving Dataset - HCILAB

A Dataset of Real World Driving to Assess Driver Workload

@kaggle.stefanogiannini_driving_dataset_hcilab

Participant 5
@kaggle.stefanogiannini_driving_dataset_hcilab.participant_5

  • 4.55 MB
  • 217471 rows
  • 22 columns
time_biotrace

Time Biotrace

time_videorating

Time Videorating

time_light

Time Light

time_accel

Time Accel

time_gps

Time GPS

accelx

AccelX

accely

AccelY

accelz

AccelZ

lightning

Lightning

latitude_gps

Latitude GPS

longitude_gps

Longitude GPS

accuracy_gps

Accuracy GPS

altitude_gps

Altitude GPS

speed_gps

Speed GPS

bearing_gps

Bearing GPS

frame_videorating

Frame Videorating

rating_videorating

Rating Videorating

ecg

ECG

scr

SCR

temp

Temp

hr

HR

hrv_lf

HRV LF

11:29:19:00700:00:00:00011:29:18:98011:29:18:91111:28:26:257-0.306457829.9981860.191536131182.483448.748090829.11003429555120.51621383-13307.0455.11334.0087067.836
11:29:19:01500:00:00:00011:29:18:98011:29:18:91111:28:26:257-0.306457829.9981860.191536131182.483448.748090829.11003429555120.51621383-13264.2315.11334.0087067.836
11:29:19:02300:00:00:00011:29:18:98011:29:19:01611:28:26:257-0.5171475410.07480050.229843361182.483448.748090829.11003429555120.51621383-13201.3975.11334.0087067.836
11:29:19:03100:00:00:00011:29:18:98011:29:19:01611:28:26:257-0.5171475410.07480050.229843361182.483448.748090829.11003429555120.51621383-13258.7235.11234.0087067.836
11:29:19:03900:00:00:00011:29:18:98011:29:19:01611:28:26:257-0.5171475410.07480050.229843361182.483448.748090829.11003429555120.51621383-13211.5725.11234.0097067.836
11:29:19:04600:00:00:00011:29:18:98011:29:19:01611:28:26:257-0.5171475410.07480050.229843361182.483448.748090829.11003429555120.51621383-13068.4745.11234.017067.836
11:29:19:05400:00:00:00011:29:18:98011:29:19:01611:28:26:257-0.5171475410.07480050.229843361182.483448.748090829.11003429555120.51621383-13249.2195.11134.017067.836
11:29:19:06200:00:00:00011:29:18:98011:29:19:01611:28:26:257-0.5171475410.07480050.229843361182.483448.748090829.11003429555120.51621383-13068.8155.11134.0087067.836
11:29:19:07000:00:00:00011:29:18:98011:29:19:01611:28:26:257-0.5171475410.07480050.229843361182.483448.748090829.11003429555120.51621383-13129.6845.11134.017067.836
11:29:19:07800:00:00:00011:29:18:98011:29:19:01611:28:26:257-0.5171475410.07480050.229843361182.483448.748090829.11003429555120.51621383-13275.0295.1134.0097067.836

CREATE TABLE participant_5 (
  "time_biotrace" VARCHAR,
  "time_videorating" VARCHAR,
  "time_light" VARCHAR,
  "time_accel" VARCHAR,
  "time_gps" VARCHAR,
  "accelx" DOUBLE,
  "accely" DOUBLE,
  "accelz" DOUBLE,
  "lightning" DOUBLE,
  "latitude_gps" DOUBLE,
  "longitude_gps" DOUBLE,
  "accuracy_gps" BIGINT,
  "altitude_gps" BIGINT,
  "speed_gps" DOUBLE,
  "bearing_gps" DOUBLE,
  "frame_videorating" BIGINT,
  "rating_videorating" BIGINT,
  "ecg" DOUBLE,
  "scr" DOUBLE,
  "temp" DOUBLE,
  "hr" DOUBLE,
  "hrv_lf" DOUBLE
);

Share link

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