Baselight

Stolen Vehicle Dataset

NZ stolen vehicle dataset from last 6 months

@kaggle.kkhandekar_stolen_vehicle_dataset

Loading...
Loading...

About this Dataset

Stolen Vehicle Dataset

NZ stolen vehicle dataset from last 6 months. The dataset was downloaded and cleaned (slightly) before upload.

Some Tasks:

  1. Location with highest stolen vehicle
  2. Most commonly stolen vehicle (in last 6 months)
  3. Most common color
  4. Day per location with highest steal

Tables

Stolenvehicles

@kaggle.kkhandekar_stolen_vehicle_dataset.stolenvehicles
  • 43.81 KB
  • 4553 rows
  • 7 columns
Loading...

CREATE TABLE stolenvehicles (
  "color" VARCHAR,
  "vehiclemodel" VARCHAR,
  "vehicledesc" VARCHAR,
  "modelyear" BIGINT,
  "vehicletype" VARCHAR,
  "datestolen" TIMESTAMP,
  "location" VARCHAR
);

Share link

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