Synthetic Cardiology Datasets
This page demonstrates the structure of synthetic datasets available in this category, including variable schema, preview data, and reproducibility using the Syntherx SDK.
Example Dataset
Cardiology Outcomes
Variable schema and example preview from the blueprint definition.
Variable Schema
| Column Name | Type | Description |
|---|---|---|
| patient_id | string | Unique synthetic patient identifier |
| age | number | Synthetic patient age |
| sex | string | Synthetic patient sex |
| bmi | number | Body mass index |
| baseline_hba1c | number | Baseline HbA1c level |
| baseline_ldl | number | Baseline LDL cholesterol |
| baseline_sbp | number | Baseline systolic blood pressure |
Data Preview
First 9 rows (preview only)
| patient_id | age | sex | bmi | baseline_hba1c | baseline_ldl | baseline_sbp |
|---|---|---|---|---|---|---|
| P000001 | 68 | Female | 28.2 | 8.1 | 142 | 138 |
| P000002 | 62 | Male | 31.5 | 7.8 | 156 | 145 |
| P000003 | 71 | Female | 26.8 | 8.4 | 128 | 132 |
| P000004 | 59 | Male | 29.1 | 7.5 | 168 | 142 |
| P000005 | 65 | Female | 27.4 | 8.2 | 135 | 136 |
| P000006 | 55 | Male | 30.2 | 7.9 | 148 | 140 |
| P000007 | 73 | Female | 25.6 | 8 | 122 | 128 |
| P000008 | 61 | Male | 32.1 | 8.6 | 172 | 150 |
| P000009 | 67 | Female | 28.9 | 7.7 | 138 | 134 |
Includes CSV, JSON, and Parquet — ready for ML pipelines
Reproduce This Dataset
Recreate this dataset in Python (Jupyter, Kaggle, or Google Colab) using the Syntherx SDK
# Install Syntherx SDK
pip install syntherx
from syntherx import generate_dataset
df = generate_dataset(
blueprint="cardiology_outcomes",
rows=5000
)
df.to_csv("cardiology_outcomes.csv")Use Cases
- Cardiovascular risk and biomarker modeling
- Hypertension and lipid management studies
- Outcomes research and trial simulation
Privacy-Safe Synthetic Dataset
- Contains no real patient data
- Generated using statistical simulation
- Designed for machine learning research
Purchase Dataset
Research Dataset — $99
Secure checkout via Stripe.
Includes CSV, JSON, and Parquet — ready for ML pipelines
Unlock the Syntherx Platform
Generate custom datasets tailored to your research and AI needs.
Generate custom datasets