Heart Rate Of Undergraduate Students
Frecuencia cardiaca en reposo y máxima
@kaggle.enriquebl_heart_rate_of_undergraduate_students
Frecuencia cardiaca en reposo y máxima
@kaggle.enriquebl_heart_rate_of_undergraduate_students
Measurements made to know the status of the heart rate and its variation.
They are two files with the information of the people who under consent agreed to share their information.
Thanks to all the participants who wished to collaborate for the possible publications that could be made with the information collected.
Motivated by research as a transversal axis.
CREATE TABLE descreposo26022019 (
"fcrep" DOUBLE,
"fc1" DOUBLE,
"fc2" DOUBLE,
"fc3" DOUBLE,
"fc4" DOUBLE,
"sexo" VARCHAR,
"peso" DOUBLE,
"est" DOUBLE,
"edad" DOUBLE
);CREATE TABLE esfuerzo26022019c2021 (
"frec_cardiaca_max" BIGINT,
"edad" BIGINT,
"peso" DOUBLE,
"est" DOUBLE
);CREATE TABLE reposo26022019c2021 (
"pesoa" DOUBLE,
"estaturaa" DOUBLE,
"edada" BIGINT,
"fcr" BIGINT
);Anyone who has the link will be able to view this.