Baselight

Driving Dataset - HCILAB

A Dataset of Real World Driving to Assess Driver Workload

@kaggle.stefanogiannini_driving_dataset_hcilab

Participant 7
@kaggle.stefanogiannini_driving_dataset_hcilab.participant_7

  • 5.22 MB
  • 255743 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:30:36:00700:00:00:00011:30:35:91011:30:35:95411:29:02:137-0.42137959.8449570.49799395508.0088248.747068299.10886180455100.289007222766.5396.77636.9277056.923
11:30:36:01500:00:00:00011:30:36:01111:30:35:95411:29:02:137-0.42137959.8449570.49799395498.0789848.747068299.10886180455100.289007222710.136.77736.937056.923
11:30:36:02300:00:00:00011:30:36:01111:30:35:95411:29:02:137-0.42137959.8449570.49799395498.0789848.747068299.10886180455100.289007222473.0616.77736.9277056.923
11:30:36:03100:00:00:00011:30:36:01111:30:35:95411:29:02:137-0.42137959.8449570.49799395498.0789848.747068299.10886180455100.289007222566.8236.77736.9297056.923
11:30:36:03900:00:00:00011:30:36:01111:30:35:95411:29:02:137-0.42137959.8449570.49799395498.0789848.747068299.10886180455100.289007222754.6296.77836.9287056.923
11:30:36:04600:00:00:00011:30:36:01111:30:35:95411:29:02:137-0.42137959.8449570.49799395498.0789848.747068299.10886180455100.289007222556.666.77936.9297056.923
11:30:36:05400:00:00:00011:30:36:01111:30:35:95411:29:02:137-0.42137959.8449570.49799395498.0789848.747068299.10886180455100.289007222570.8056.77936.9297056.923
11:30:36:06200:00:00:00011:30:36:01111:30:35:95411:29:02:137-0.42137959.8449570.49799395498.0789848.747068299.10886180455100.289007222370.656.7836.9287056.923
11:30:36:07000:00:00:00011:30:36:01111:30:36:06411:29:02:137-0.42137959.9215720.47884035498.0789848.747068299.10886180455100.289007222684.5276.7836.9277056.923
11:30:36:07800:00:00:00011:30:36:01111:30:36:06411:29:02:137-0.42137959.9215720.47884035498.0789848.747068299.10886180455100.289007222540.5736.78136.9267056.923

CREATE TABLE participant_7 (
  "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.