Synthetic UKBB South Asian ASCVD (1M Patients)
This dataset contains 1 million synthetic patients with ancestry (European and South Asian), demographics, anthropometrics, labs, lifestyle/SES, comorbidities, medications, and time-to-event outcomes for ASCVD, heart failure, and atrial fibrillation. The dataset inspired by the published Circulation study.
All data are artificially generated and contain no identifiable patient records.
Dataset Structure
Demographics
id— unique patient identifierancestry— European or SouthAsianage— yearssex_male— binary (1 = male, 0 = female)
Anthropometrics
height_cm,weight_kg,bmiwaist_cm,hip_cm,whr(waist ÷ hip)waist_height_ratio,body_fat_pct,trunk_fat_pct
Blood Pressure
sbp_mmHg,dbp_mmHghypertension(binary)on_bp_meds(binary)
Lipids
ldl_mgdl,hdl_mgdl,tg_mgdlapoA_mgdl,apoB_mgdl,lpa_nmolLon_statin(binary)
Metabolic / Inflammatory
glucose_mgdl,hba1c_pct,crp_mgLdiabetes(binary)on_dm_meds(binary)
Renal
creatinine_mgdl,cystatin_c_mgL,egfr_ckd_epickd(binary)
Lifestyle / SES
smoking_status(never / former / current)pack_yearssedentary(binary)pa_met_h_wk(physical activity in MET-hours/week)diet_scoreeducation_levelincome_brackettownsend(deprivation index)psychosocial_stresspct_life_in_uk
Family / History
family_history(binary)
Female-Specific (if sex_male = 0)
early_menopause,gest_htn,gest_dm,preeclampsia,iugr
Outcomes
time_ascvd_yrs,ascvd_eventtime_hf_yrs,hf_eventtime_af_yrs,af_event
(For outcomes: time_* = follow-up time in years (capped at 15), *_event = binary indicator)
Example Usage
import pandas as pd
df = pd.read_parquet("ukb_sa_ascvd_synthetic_1m.parquet")
print(df.shape) # (1000000, ~70 columns)
print(df.head())
Intended Use
- Educational & personal learning
- Benchmarking methods for EMR preprocessing, feature extraction, and survival analysis
- Synthetic data methodology testing
Not for clinical decision-making.
License
This dataset is released under a Proprietary License:
Free for personal use:
You may download, explore, and use this dataset for personal, non-commercial purposes (e.g., self-learning, academic curiosity, experimentation).Commercial use requires a paid license:
Any use in commercial settings requires explicit purchase of a license from the author. Examples include, but are not limited to:- Teaching or use in paid courses or workshops
- Use in client-facing presentations or consulting projects
- Commercial analyses or data services
- Integration into software products, apps, or platforms
Redistribution prohibited:
You may not redistribute the dataset or host it elsewhere, whether for free or for sale.
To obtain a commercial license, please contact:
Uri Kartoun — LinkedIn | email: [email protected]
- Downloads last month
- 10