Baselight

Cyber Crime Motives - India 2013

Cases registered under Cyber Crimes by Motives during 2013 in India.

@kaggle.sunilkumarsv_indiacybercrimestats2013

Loading...
Loading...

About this Dataset

Cyber Crime Motives - India 2013

Context

This data was released by Government of Inida as part of Open Data initiative.

Content

This dataset was downloaded from https://data.gov.in/catalog/cases-registered-under-cyber-crimes-motives
The column headers are self explanatory

Inspiration

This dataset can be used by someone who is just starting with problem solving in Data Science. Can you answer the below questions using your new found knowledge of Data Science?

  1. Which type of cyber crimes were more during the period 2013?
  2. For each crime type, list the top 3 states
  3. Do you see any co-relation between any crime types? If yes, explain (Of course using some algorith, graphs...etc)

Tables

It Motives 2013

@kaggle.sunilkumarsv_indiacybercrimestats2013.it_motives_2013
  • 10.51 KB
  • 38 rows
  • 12 columns
Loading...

CREATE TABLE it_motives_2013 (
  "state_uts" VARCHAR,
  "crime_head" VARCHAR,
  "year" BIGINT,
  "revenge_settling_scores" BIGINT,
  "greed_money" BIGINT,
  "extortion" BIGINT,
  "cause_disrepute" BIGINT,
  "prank_satisfaction_of_gaining_control" BIGINT,
  "fraud_illegal_gain" BIGINT,
  "eve_teasing_harassment" BIGINT,
  "others" BIGINT,
  "total" BIGINT
);

Share link

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