Baselight

Healthcare Personnel Movement Data

Data on Healthcare Personnel Movement obtained from network of sensors

@kaggle.hankyujang_healthcare_personnel_movement_data

Patient Info Day 6
@kaggle.hankyujang_healthcare_personnel_movement_data.patient_info_day_6

  • 4.37 KB
  • 17 rows
  • 5 columns
chair

Chair

t_in_s

T In S

t_in_e

T In E

t_out_s

T Out S

t_out_e

T Out E

55068321432247
2824297143904462
143570023252525
12628277142384241
14499481265616570
243063118992061
22182234937543877
24368465963156570
343856121872302
32330239941554345

CREATE TABLE patient_info_day_6 (
  "chair" BIGINT,
  "t_in_s" BIGINT,
  "t_in_e" BIGINT,
  "t_out_s" BIGINT,
  "t_out_e" BIGINT
);

Share link

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