Travel Insurance Prediction Data
Predict Whether A Customer Will Be Interested In Buying Travel Insurance
@kaggle.tejashvi14_travel_insurance_prediction_data
Predict Whether A Customer Will Be Interested In Buying Travel Insurance
@kaggle.tejashvi14_travel_insurance_prediction_data
CREATE TABLE travelinsuranceprediction (
"unnamed_0" BIGINT,
"age" BIGINT,
"employment_type" VARCHAR,
"graduateornot" VARCHAR,
"annualincome" BIGINT,
"familymembers" BIGINT,
"chronicdiseases" BIGINT,
"frequentflyer" VARCHAR,
"evertravelledabroad" VARCHAR,
"travelinsurance" BIGINT
);
Anyone who has the link will be able to view this.