Baselight

Heart Disease Cleveland

refined accurate data

@kaggle.ritwikb3_heart_disease_cleveland

Heart Disease Cleveland New
@kaggle.ritwikb3_heart_disease_cleveland.heart_disease_cleveland_new

  • 12.86 KB
  • 303 rows
  • 14 columns
age

Age

sex

Sex

cp

Cp

trestbps

Trestbps

chol

Chol

fbs

Fbs

restecg

Restecg

thalach

Thalach

exang

Exang

oldpeak

Oldpeak

slope

Slope

ca

Ca

thal

Thal

target

Target

631145233121502.322
6713160286210811.51311
6713120229212912.61231
37121302501873.521
41113020421721.41
56111202361780.81
62314026821603.62211
57312035416310.61
631313025421471.41131
53131402031215513.1231

CREATE TABLE heart_disease_cleveland_new (
  "age" BIGINT,
  "sex" BIGINT,
  "cp" BIGINT,
  "trestbps" BIGINT,
  "chol" BIGINT,
  "fbs" BIGINT,
  "restecg" BIGINT,
  "thalach" BIGINT,
  "exang" BIGINT,
  "oldpeak" DOUBLE,
  "slope" BIGINT,
  "ca" BIGINT,
  "thal" BIGINT,
  "target" BIGINT
);