Crimes Against Women In India (2001-2021)
Crime Against Women State and Year wise In India --- (2001-2021)
@kaggle.balajivaraprasad_crimes_against_women_in_india_2001_2021
Crime Against Women State and Year wise In India --- (2001-2021)
@kaggle.balajivaraprasad_crimes_against_women_in_india_2001_2021
This data is collated from https://data.gov.in. It has state-wise data on the various crimes committed against women between 2001 to 2021. Some crimes that are included are Rape, Kidnapping and Abduction, Dowry Deaths etc.
There are two datasets available from the give government organization from 2001 to 2014 and 2001 to 2021. I worked on the data, converted, cleaned, merged and made it into a single dataset.
CREATE TABLE crimesonwomendata (
"unnamed_0" BIGINT -- Unnamed: 0,
"state" VARCHAR,
"year" BIGINT,
"rape" BIGINT,
"k_a" BIGINT -- K\u0026A,
"dd" BIGINT,
"aow" BIGINT,
"aom" BIGINT,
"dv" BIGINT,
"wt" BIGINT
);CREATE TABLE description (
"unnamed_0" BIGINT -- Unnamed: 0,
"column_names" VARCHAR,
"explanation" VARCHAR
);Anyone who has the link will be able to view this.