Baselight

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

Loading...
Loading...

About this Dataset

Crimes Against Women In India (2001-2021)

Crimes against women in India from 2001 to 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.

Tables

Crimesonwomendata

@kaggle.balajivaraprasad_crimes_against_women_in_india_2001_2021.crimesonwomendata
  • 28.1 KB
  • 736 rows
  • 10 columns
Loading...

CREATE TABLE crimesonwomendata (
  "unnamed_0" BIGINT,
  "state" VARCHAR,
  "year" BIGINT,
  "rape" BIGINT,
  "k_a" BIGINT,
  "dd" BIGINT,
  "aow" BIGINT,
  "aom" BIGINT,
  "dv" BIGINT,
  "wt" BIGINT
);

Description

@kaggle.balajivaraprasad_crimes_against_women_in_india_2001_2021.description
  • 3.03 KB
  • 9 rows
  • 3 columns
Loading...

CREATE TABLE description (
  "unnamed_0" BIGINT,
  "column_names" VARCHAR,
  "explanation" VARCHAR
);

Share link

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