Cyber Crime Statewise (INDIA)
This file contains statewise cyber crime in India from year 2016-2018
@kaggle.amritvirsinghx_cyber_crime_statewise
This file contains statewise cyber crime in India from year 2016-2018
@kaggle.amritvirsinghx_cyber_crime_statewise
This dataset contains information about state-wise cybercrime in India and can be used to predict future crime rates. Some interesting insights can be generated by predicting the crimes in 2020 and how pandemic has effected the increasing cybercrimes.
This dataset has been inspired by the recent increase in cyber crimes during a pandemic lockdown
CREATE TABLE cyber_crimes (
"s_no" VARCHAR -- S. No,
"category" VARCHAR,
"state_ut" VARCHAR,
"n_2016" BIGINT -- 2016,
"n_2017" BIGINT -- 2017,
"n_2018" BIGINT -- 2018,
"percentage_share_of_state_ut_2018" DOUBLE -- Percentage Share Of State/UT (2018),
"mid_year_projected_population_in_lakhs_2018" DOUBLE -- Mid-Year Projected Population (in Lakhs) (2018)+,
"rate_of_total_cyber_crimes_2018" DOUBLE -- Rate Of Total Cyber Crimes (2018)++
);Anyone who has the link will be able to view this.