Baselight

Healthcare Personnel Movement Data

Data on Healthcare Personnel Movement obtained from network of sensors

@kaggle.hankyujang_healthcare_personnel_movement_data

Patient Info Day 2
@kaggle.hankyujang_healthcare_personnel_movement_data.patient_info_day_2

  • 4.3 KB
  • 14 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

4408451361336257
12222244039814125
14447455961026225
246461221202270
23825395655765656
329648318562246
32576266043384394
420644718672093
42325267039604082
44151422761196201

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