Spontaneous Ventricular Tachyarrhythmia Database
RR interval time series, recorded by implanted cardioverter defibrillators
@kaggle.bjoernjostein_rrintervall
RR interval time series, recorded by implanted cardioverter defibrillators
@kaggle.bjoernjostein_rrintervall
This dataset is called "Spontaneous Ventricular Tachyarrhythmia Database" and is redistributed from Physionet.org [1].
[1] Goldberger, A., Amaral, L., Glass, L., Hausdorff, J., Ivanov, P. C., Mark, R., ... & Stanley, H. E. (2000). PhysioBank, PhysioToolkit, and PhysioNet: Components of a new research resource for complex physiologic signals. Circulation [Online]. 101 (23), pp. e215–e220.
CREATE TABLE patient_info (
"file" BIGINT,
"age_years" DOUBLE -- Age (years),
"gender" VARCHAR
);
Anyone who has the link will be able to view this.