Indian Crimes Dataset
Detailed crime data from various cities in India for the year 2023
@kaggle.sudhanvahg_indian_crimes_dataset
Detailed crime data from various cities in India for the year 2023
@kaggle.sudhanvahg_indian_crimes_dataset
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
);
Anyone who has the link will be able to view this.