Baselight

Customer Segmentation Data

Unlock Insights, Optimize Marketing: Explore Data for Customer Segmentation

@kaggle.ravalsmit_customer_segmentation_data

Customer Segmentation Data
@kaggle.ravalsmit_customer_segmentation_data.customer_segmentation_data

  • 1.42 MB
  • 53503 rows
  • 20 columns
customer_id

Customer ID

age

Age

gender

Gender

marital_status

Marital Status

education_level

Education Level

geographic_information

Geographic Information

occupation

Occupation

income_level

Income Level

behavioral_data

Behavioral Data

purchase_history

Purchase History

interactions_with_customer_service

Interactions With Customer Service

insurance_products_owned

Insurance Products Owned

coverage_amount

Coverage Amount

premium_amount

Premium Amount

policy_type

Policy Type

customer_preferences

Customer Preferences

preferred_communication_channel

Preferred Communication Channel

preferred_contact_time

Preferred Contact Time

preferred_language

Preferred Language

segmentation_group

Segmentation Group

8496623FemaleMarriedAssociate DegreeMizoramEntrepreneur70541policy504-10-2018Phonepolicy23666032749GroupEmailIn-Person MeetingAfternoonEnglishSegment5
9556826MaleWidowedDoctorateGoaManager54168policy511-06-2018Chatpolicy17802361966GroupMailIn-Person MeetingMorningFrenchSegment5
1054429FemaleSingleAssociate DegreeRajasthanEntrepreneur73899policy506-05-2021Emailpolicy37739264413GroupEmailMailEveningGermanSegment3
7703320MaleDivorcedBachelor's DegreeSikkimEntrepreneur63381policy509-02-2018Chatpolicy27878154342FamilyTextIn-Person MeetingAnytimeFrenchSegment3
8816025FemaleSeparatedBachelor's DegreeWest BengalManager38794policy109-10-2018Chatpolicy43665061276FamilyEmailTextWeekendsEnglishSegment2
6093741FemaleSeparatedMaster's DegreeUttar PradeshNurse87188policy59/19/2020Chatpolicy15707571106IndividualTextTextAfternoonEnglishSegment4
3767655MaleSingleBachelor's DegreeRajasthanManager94891policy307-04-2021Chatpolicy26040693661GroupIn-Person MeetingTextWeekendsMandarinSegment5
5410035MaleMarriedMaster's DegreeHimachal PradeshArtist61003policy111-01-2021Phonepolicy34189971148BusinessEmailPhoneMorningEnglishSegment5
3047643FemaleSingleDoctorateManipurSalesperson116249policy19/20/2020Mobile Apppolicy43194232612BusinessIn-Person MeetingTextWeekendsMandarinSegment2
3907132FemaleSingleMaster's DegreeGujaratArtist49083policy34/24/2020Phonepolicy17015774595GroupPhoneEmailWeekendsEnglishSegment2

CREATE TABLE customer_segmentation_data (
  "customer_id" BIGINT,
  "age" BIGINT,
  "gender" VARCHAR,
  "marital_status" VARCHAR,
  "education_level" VARCHAR,
  "geographic_information" VARCHAR,
  "occupation" VARCHAR,
  "income_level" BIGINT,
  "behavioral_data" VARCHAR,
  "purchase_history" VARCHAR,
  "interactions_with_customer_service" VARCHAR,
  "insurance_products_owned" VARCHAR,
  "coverage_amount" BIGINT,
  "premium_amount" BIGINT,
  "policy_type" VARCHAR,
  "customer_preferences" VARCHAR,
  "preferred_communication_channel" VARCHAR,
  "preferred_contact_time" VARCHAR,
  "preferred_language" VARCHAR,
  "segmentation_group" VARCHAR
);

Share link

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