Learn practical skills, build real-world projects, and advance your career

Crime Against Women in India- A data Analysis Project

The country where we worship goddess is also the worst country for women.
Crime against women reported every two minute over the last decade.

About Dataset: Dataset is from kaggle: View it here.
This dataset contains statistics of various crimes cases against women from the year 2001-2014 with State or Union Territories.

Downloading all the required packages we will require to run this notebook using PIP.

!pip install jovian opendatasets pandas plotly --upgrade --quiet
#importing all the necessaary libaries

import os
import opendatasets as od
import jovian
import pandas as pd
import json
import plotly.express as px
import plotly.graph_objects as go
import IPython

Let's begin by downloading the data, and listing the files within the dataset.
We will be downloading the dataset from Kaggle.
Link to download dataset is mentioned above.