Baselight

Vehicle Insurance Data

It is a large dataset that can be used for machine-learning purposes.

@kaggle.imtkaggleteam_vehicle_insurance_data

Loading...
Loading...

About this Dataset

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

Tables

Motor Data11–14lats

@kaggle.imtkaggleteam_vehicle_insurance_data.motor_data11_14lats
  • 5.26 MB
  • 293537 rows
  • 16 columns
Loading...

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
);

Motor Data14–2018

@kaggle.imtkaggleteam_vehicle_insurance_data.motor_data14_2018
  • 8.16 MB
  • 508499 rows
  • 16 columns
Loading...

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
);

Share link

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