Health Data X Charges
A relation between health data collected and charges.
@kaggle.m1relly_healthdataxcharges
A relation between health data collected and charges.
@kaggle.m1relly_healthdataxcharges
CREATE TABLE healthdataxcharges (
"id" BIGINT,
"age" BIGINT,
"sex" VARCHAR,
"bmi" BIGINT,
"marital_status" VARCHAR,
"smoker" BIGINT,
"country" VARCHAR,
"alcohol" BIGINT,
"allergies" BIGINT,
"medicines" VARCHAR,
"illness_history" VARCHAR,
"charges" DOUBLE
);
Anyone who has the link will be able to view this.