Insurance Data For Machine Learning
An Insurance Dataset for Predicting Health Insurance Premiums in the US: A Study
@kaggle.sridharstreaks_insurance_data_for_machine_learning
An Insurance Dataset for Predicting Health Insurance Premiums in the US: A Study
@kaggle.sridharstreaks_insurance_data_for_machine_learning
CREATE TABLE insurance_dataset (
"age" BIGINT,
"gender" VARCHAR,
"bmi" DOUBLE,
"children" BIGINT,
"smoker" VARCHAR,
"region" VARCHAR,
"medical_history" VARCHAR,
"family_medical_history" VARCHAR,
"exercise_frequency" VARCHAR,
"occupation" VARCHAR,
"coverage_level" VARCHAR,
"charges" DOUBLE
);
Anyone who has the link will be able to view this.