The CirCor DigiScope Phonocardiogram Dataset
George Moody PhysioNet Challenge 2022: Classification of heart sounds
@kaggle.bjoernjostein_the_circor_digiscope_phonocardiogram_dataset_v2
George Moody PhysioNet Challenge 2022: Classification of heart sounds
@kaggle.bjoernjostein_the_circor_digiscope_phonocardiogram_dataset_v2
The data were collected from a pediatric population during two mass screening campaigns conducted in Northeast Brazil in July-August 2014 and June-July 2015. The target population was individuals who were 21 years old or younger who presented voluntarily for screening with a signed parental or legal guardian consent form. All participants completed a sociodemographic questionnaire and subsequently underwent a clinical examination, a nursing assessment, and cardiac investigations. A detailed description of the dataset can be found here: https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=9658215
CREATE TABLE training_data (
"patient_id" BIGINT,
"locations" VARCHAR,
"age" VARCHAR,
"sex" VARCHAR,
"height" DOUBLE,
"weight" DOUBLE,
"pregnancy_status" BOOLEAN,
"murmur" VARCHAR,
"murmur_locations" VARCHAR,
"most_audible_location" VARCHAR,
"systolic_murmur_timing" VARCHAR,
"systolic_murmur_shape" VARCHAR,
"systolic_murmur_grading" VARCHAR,
"systolic_murmur_pitch" VARCHAR,
"systolic_murmur_quality" VARCHAR,
"diastolic_murmur_timing" VARCHAR,
"diastolic_murmur_shape" VARCHAR,
"diastolic_murmur_grading" VARCHAR,
"diastolic_murmur_pitch" VARCHAR,
"diastolic_murmur_quality" VARCHAR,
"campaign" VARCHAR,
"additional_id" DOUBLE
);
Anyone who has the link will be able to view this.