Baselight

Healthcare Personnel Movement Data

Data on Healthcare Personnel Movement obtained from network of sensors

@kaggle.hankyujang_healthcare_personnel_movement_data

Patient Info Day 7
@kaggle.hankyujang_healthcare_personnel_movement_data.patient_info_day_7

  • 4.4 KB
  • 18 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

53661820692158
4574461262776383
134543521672295
12416272541744315
14435456163016445
241181619862027
22234241038934018
24170419260216140
322032521992322
32491253940904309

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