Baselight

Travel Company Insurance Prediction

Determine a customer's propensity to purchase travel insurance

@kaggle.sellingstories_travel_company_insurance_prediction

Travel Company New Clients
@kaggle.sellingstories_travel_company_insurance_prediction.travel_company_new_clients

  • 9.59 KB
  • 1303 rows
  • 8 columns
age

Age

government_sector_worker

Government Sector Worker

graduateornot

GraduateOrNot

annualincome

AnnualIncome

familymembers

FamilyMembers

chronicdiseases

ChronicDiseases

frequentflyer

FrequentFlyer

evertravelledabroad

EverTravelledAbroad

2511500004
34115000004111
3311500000311
28111500003
331140000051
27115000007
331140000081
31195000031
3113000006
2780000051

CREATE TABLE travel_company_new_clients (
  "age" BIGINT,
  "government_sector_worker" BIGINT,
  "graduateornot" BIGINT,
  "annualincome" BIGINT,
  "familymembers" BIGINT,
  "chronicdiseases" BIGINT,
  "frequentflyer" BIGINT,
  "evertravelledabroad" BIGINT
);

Share link

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