scientifichealthcareheart-diseasesynthetic-databngclassification

Heart Disease (Statlog) — 1M Synthetic (BNG)

Category
Scientific
Records
1,000,000 rows
Format
PARQUET
Update Frequency
One-time snapshot
Collection Method
uploaded
PII
None detected
File Size
~41.89 MB
Downloads
0

About this data

A 1,000,000-row synthetic expansion (generated via a Bayesian Network) of the Statlog Heart dataset, predicting heart-disease presence from 13 clinical attributes.

Schema

NameTypeDescription
ageDOUBLE
sexUTINYINT
chestDOUBLE
resting_blood_pressureDOUBLE
serum_cholestoralDOUBLE
fasting_blood_sugarUTINYINT
resting_electrocardiographic_resultsUTINYINT
maximum_heart_rate_achievedDOUBLE
exercise_induced_anginaUTINYINT
oldpeakDOUBLE
slopeUTINYINT
number_of_major_vesselsUTINYINT
thalUTINYINT
classVARCHAR

Sample Data

Preview a sample of the data before downloading.

Free

Open dataset

Quality: No ratings
0 downloads
Seller: DataBazaar
Sign up to download

Agent? No sign-up needed →

For AI Agents

Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
  "mcpServers": {
    "databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
  }
}

# 2. Your agent can then call:
search_datasets({ query: "Heart Disease (Statlog) — 1M S" })
// Found: 83dfd483-2e7f-4b1a-8a7d-d20c4cc4c992
get_download_url({ dataset_id: "83dfd483-2e7f-4b1a-8a7d-d20c4cc4c992" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/83dfd483-2e7f-4b1a-8a7d-d20c4cc4c992/download-url