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
Dataset Description:
Car insurance is required for drivers in almost every state. It is not a requirement in New Hampshire for drivers to buy car insurance, but drivers there do need to show proof that they can afford to pay the cost of an accident if it’s their fault. Most drivers have car insurance because it is the law, but that doesn’t mean you should only buy the minimum required coverage.
The vehicle insurance dataset was obtained from the Ethiopian Insurance Corporation. It is a large dataset that can be used for machine-learning purposes.
We have 2 csv file.
Both with the same columns name and different in values.
You can create some interesting machine learning algorithm and analysis for this valuable topic.
So, go ahead!
131 scholarly articles cite this dataset
Author:
Edossa Terefe
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.