Event Logs For Process Mining
Gain hands-on experience with a real car insurance claims use case.
@kaggle.carlosalvite_car_insurance_claims_event_log_for_process_mining
Gain hands-on experience with a real car insurance claims use case.
@kaggle.carlosalvite_car_insurance_claims_event_log_for_process_mining
CREATE TABLE insurance_claims_event_log (
"case_id" VARCHAR,
"activity_name" VARCHAR,
"timestamp" TIMESTAMP,
"claimant_name" VARCHAR,
"agent_name" VARCHAR,
"adjuster_name" VARCHAR,
"claim_amount" DOUBLE,
"claimant_age" BIGINT,
"type_of_policy" VARCHAR,
"car_make" VARCHAR,
"car_model" VARCHAR,
"car_year" BIGINT,
"type_of_accident" VARCHAR,
"user_type" VARCHAR
);
Anyone who has the link will be able to view this.