Baselight

Healthcare Personnel Movement Data

Data on Healthcare Personnel Movement obtained from network of sensors

@kaggle.hankyujang_healthcare_personnel_movement_data

Patient Info Day 10
@kaggle.hankyujang_healthcare_personnel_movement_data.patient_info_day_10

  • 4.42 KB
  • 20 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

38453422282361
2475287143794495
4976508566756692
154773922962437
12720285845264609
14949509164486673
21032132326232774
22778298043774681
25072522064986640
357081023142514

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