Baselight

Crime - Statistics [2000 - 2020]

Simple Crime Statistics Dataset from the years 2000 to 2020.

@kaggle.sujithmandala_crimestatistics

Loading...
Loading...

About this Dataset

Crime - Statistics [2000 - 2020]

This dataset contains the number of crimes recorded in a city over a period of 21 years, from 2000 to 2020. The dataset is presented in a comma-separated value format, and includes the year of the recorded crime, the type of crime (Assault, Burglary, Robbery, Vehicle Theft), and the number of occurrences of that crime in that year. This dataset could be used for analyzing crime trends over time, identifying areas where specific types of crimes are more prevalent, and for creating predictive models to estimate the likelihood of certain types of crimes occurring in a given year.

Tables

Crime Statistics 2000–2020

@kaggle.sujithmandala_crimestatistics.crime_statistics_2000_2020
  • 3.46 KB
  • 82 rows
  • 3 columns
Loading...

CREATE TABLE crime_statistics_2000_2020 (
  "year" BIGINT,
  "type_of_crime" VARCHAR,
  "number_of_crimes" BIGINT
);

Share link

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