Baselight

Cholesterol

Cholesterol treated as the class attribute.

@kaggle.mathurinache_cholesterol

Dataset 2190 Cholesterol
@kaggle.mathurinache_cholesterol.dataset_2190_cholesterol

  • 12.77 KB
  • 303 rows
  • 14 columns
age

Age

sex

Sex

cp

Cp

trestbps

Trestbps

fbs

Fbs

restecg

Restecg

thalach

Thalach

exang

Exang

oldpeak

Oldpeak

slope

Slope

ca

Ca

thal

Thal

num

Num

chol

Chol

6311145121502.3306233
6714160210811.52332286
6714120212912.62271229
37131301873.5303250
41213021721.4103204
56121201780.8103236
62414021603.63233268
57412016310.6103354
631413021471.42172254
53141401215513.13071203

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

Share link

Anyone who has the link will be able to view this.