Baselight

Medical Insurance Costs

Predict medical insurance costs for individuals based on various attributes

@kaggle.joebeachcapital_medical_insurance_costs

Loading...
Loading...

About this Dataset

Medical Insurance Costs

Predict medical costs for over 1300 individuals, based on attributes such as age, gender, BMI, how many children they have, if they are a smoker or not, and which region in the US they live.

Tables

Insurance

@kaggle.joebeachcapital_medical_insurance_costs.insurance
  • 23.8 KB
  • 1338 rows
  • 7 columns
Loading...

CREATE TABLE insurance (
  "age" BIGINT,
  "sex" VARCHAR,
  "bmi" DOUBLE,
  "children" BIGINT,
  "smoker" VARCHAR,
  "region" VARCHAR,
  "charges" DOUBLE
);

Share link

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