Vehicle Insurance Data
It is a large dataset that can be used for machine-learning purposes.
@kaggle.imtkaggleteam_vehicle_insurance_data
It is a large dataset that can be used for machine-learning purposes.
@kaggle.imtkaggleteam_vehicle_insurance_data
CREATE TABLE motor_data11_14lats (
"sex" BIGINT,
"insr_begin" VARCHAR,
"insr_end" VARCHAR,
"effective_yr" VARCHAR,
"insr_type" BIGINT,
"insured_value" DOUBLE,
"premium" DOUBLE,
"object_id" BIGINT,
"prod_year" DOUBLE,
"seats_num" DOUBLE,
"carrying_capacity" DOUBLE,
"type_vehicle" VARCHAR,
"ccm_ton" DOUBLE,
"make" VARCHAR,
"usage" VARCHAR,
"claim_paid" DOUBLE
);
CREATE TABLE motor_data14_2018 (
"sex" BIGINT,
"insr_begin" VARCHAR,
"insr_end" VARCHAR,
"effective_yr" VARCHAR,
"insr_type" BIGINT,
"insured_value" DOUBLE,
"premium" DOUBLE,
"object_id" BIGINT,
"prod_year" DOUBLE,
"seats_num" DOUBLE,
"carrying_capacity" DOUBLE,
"type_vehicle" VARCHAR,
"ccm_ton" DOUBLE,
"make" VARCHAR,
"usage" VARCHAR,
"claim_paid" DOUBLE
);
Anyone who has the link will be able to view this.