Baselight

🫀 Pulse Transit Time

66 recordings of 19 physiologic time series for more than 40000 heartbeats

@kaggle.mexwell_pulse_transit_time

Subjects Info
@kaggle.mexwell_pulse_transit_time.subjects_info

  • 13.07 KB
  • 66 rows
  • 16 columns
record

Record

activity

Activity

gender

Gender

height

Height

weight

Weight

age

Age

bp_sys_start

Bp Sys Start

bp_sys_end

Bp Sys End

bp_dia_start

Bp Dia Start

bp_dia_end

Bp Dia End

hr_1_start

Hr 1 Start

hr_1_end

Hr 1 End

hr_2_start

Hr 2 Start

hr_2_end

Hr 2 End

spo2_start

Spo2 Start

spo2_end

Spo2 End

s1_walkwalkfemale160502594906763897378779697
s1_runrunfemale160502592947276657869719998
s1_sitsitfemale160502587875957747469709898
s2_walkwalkmale175702012512284741121141071109696
s2_runrunmale175702012213674831141181101199696
s2_sitsitmale175702013611383821181121191109696
s3_sitsitmale17570251201117472726971719797
s3_walkwalkmale17570251111177279697371749797
s3_runrunmale17570251061177077607564769495
s4_sitsitmale17080251141258988728276839798

CREATE TABLE subjects_info (
  "record" VARCHAR,
  "activity" VARCHAR,
  "gender" VARCHAR,
  "height" BIGINT,
  "weight" BIGINT,
  "age" BIGINT,
  "bp_sys_start" BIGINT,
  "bp_sys_end" BIGINT,
  "bp_dia_start" BIGINT,
  "bp_dia_end" BIGINT,
  "hr_1_start" BIGINT,
  "hr_1_end" BIGINT,
  "hr_2_start" BIGINT,
  "hr_2_end" BIGINT,
  "spo2_start" BIGINT,
  "spo2_end" BIGINT
);

Share link

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