Healthcare Insurance Expenses
Understanding the Financial Aspects of Medical Coverage
@kaggle.arunjangir245_healthcare_insurance_expenses
Understanding the Financial Aspects of Medical Coverage
@kaggle.arunjangir245_healthcare_insurance_expenses
CREATE TABLE insurance (
"age" BIGINT,
"sex" VARCHAR,
"bmi" DOUBLE,
"children" BIGINT,
"smoker" VARCHAR,
"region" VARCHAR,
"charges" DOUBLE
);
Anyone who has the link will be able to view this.