Baselight

Driving Dataset - HCILAB

A Dataset of Real World Driving to Assess Driver Workload

@kaggle.stefanogiannini_driving_dataset_hcilab

Participant 8
@kaggle.stefanogiannini_driving_dataset_hcilab.participant_8

  • 4.08 MB
  • 200319 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

10:30:23:00700:00:00:00010:30:23:00210:30:22:91610:28:29:4130.1149216810.1322610.0191536142955.164648.747131099.108493673204991324.7786.6324.6237030.212
10:30:23:01500:00:00:00010:30:23:00210:30:22:91610:28:29:4130.1149216810.1322610.0191536142955.164648.747131099.108493673204991349.9416.6324.6277030.212
10:30:23:02300:00:00:00010:30:23:00210:30:23:01910:28:29:4130.28730429.749189-0.306457822955.164648.747131099.108493673204991353.8746.63124.6257030.212
10:30:23:03100:00:00:00010:30:23:00210:30:23:01910:28:29:4130.28730429.749189-0.306457822955.164648.747131099.108493673204991349.3796.63124.6237030.212
10:30:23:03900:00:00:00010:30:23:00210:30:23:01910:28:29:4130.28730429.749189-0.306457822955.164648.747131099.108493673204991392.4496.63124.6267030.212
10:30:23:04600:00:00:00010:30:23:00210:30:23:01910:28:29:4130.28730429.749189-0.306457822955.164648.747131099.108493673204991412.5556.63124.6247030.212
10:30:23:05400:00:00:00010:30:23:00210:30:23:01910:28:29:4130.28730429.749189-0.306457822955.164648.747131099.108493673204991374.0786.63124.6247030.212
10:30:23:06200:00:00:00010:30:23:00210:30:23:01910:28:29:4130.28730429.749189-0.306457822955.164648.747131099.108493673204991438.2436.63124.6267030.212
10:30:23:07000:00:00:00010:30:23:00210:30:23:01910:28:29:4130.28730429.749189-0.306457822955.164648.747131099.108493673204991461.3546.63124.6237030.212
10:30:23:07800:00:00:00010:30:23:00210:30:23:01910:28:29:4130.28730429.749189-0.306457822955.164648.747131099.108493673204991500.7236.63224.6247030.212

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