Baselight

Indian Crimes Dataset

Detailed crime data from various cities in India for the year 2023

@kaggle.sudhanvahg_indian_crimes_dataset

Loading...
Loading...

About this Dataset

Indian Crimes Dataset

This dataset captures a comprehensive snapshot of criminal activities across multiple Indian cities from 2020 to 2024. It includes detailed information about the type of crime, the date and time of occurrence, the weapon used, victim demographics, and the level of police deployment. With crimes ranging from identity theft to homicide, this dataset offers valuable insights for researchers, policymakers, and law enforcement agencies aiming to understand crime patterns and improve public safety. The data also includes information on whether the case was closed, providing a clear view of crime resolution rates across cities

Tables

Crime Dataset India

@kaggle.sudhanvahg_indian_crimes_dataset.crime_dataset_india
  • 1.3 MB
  • 40160 rows
  • 14 columns
Loading...

CREATE TABLE crime_dataset_india (
  "report_number" BIGINT,
  "date_reported" VARCHAR,
  "date_of_occurrence" VARCHAR,
  "time_of_occurrence" VARCHAR,
  "city" VARCHAR,
  "crime_code" BIGINT,
  "crime_description" VARCHAR,
  "victim_age" BIGINT,
  "victim_gender" VARCHAR,
  "weapon_used" VARCHAR,
  "crime_domain" VARCHAR,
  "police_deployed" BIGINT,
  "case_closed" VARCHAR,
  "date_case_closed" VARCHAR
);

Share link

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