Baselight

Crime Incident Reports In Boston

the information about crime incident happened in Boston from 2015-2020

@kaggle.jinbonnie_crime_incident_reports_in_boston

Loading...
Loading...

About this Dataset

Crime Incident Reports In Boston

If you think the dataset is useful please vote for it, it's an assignment from my data science class, I'll be appreciate! :))

Context

Crime incident reports are provided by Boston Police Department (BPD) to document the initial details surrounding an incident to which BPD officers respond. This is a dataset containing records from the new crime incident report system, which includes a reduced set of fields focused on capturing the type of incident as well as when and where it occurred. Records in the new system begin in June of 2015.

Content

This dataset contains records of crime incident reports using the new system starting in June of 2015.

Acknowledgements

SOURCE: Analyze Boston
CONTACT POINT: Boston Police Department
CONTACT POINT EMAIL: mediarelations@pd.boston.gov

Inspiration

  • Is the crime incident related to the area in Boston?
  • Is there any relationship between the region and the types of crime?
  • Is there any specific time during a week, a month or a year will infect the crime?

Tables

N 12cb3883–56f5–47de Afa5–3b1cf61b257b

@kaggle.jinbonnie_crime_incident_reports_in_boston.n_12cb3883_56f5_47de_afa5_3b1cf61b257b
  • 15.45 MB
  • 525575 rows
  • 17 columns
Loading...

CREATE TABLE n_12cb3883_56f5_47de_afa5_3b1cf61b257b (
  "incident_number" VARCHAR,
  "offense_code" BIGINT,
  "offense_code_group" VARCHAR,
  "offense_description" VARCHAR,
  "district" VARCHAR,
  "reporting_area" VARCHAR,
  "shooting" VARCHAR,
  "occurred_on_date" TIMESTAMP,
  "year" BIGINT,
  "month" BIGINT,
  "day_of_week" VARCHAR,
  "hour" BIGINT,
  "ucr_part" VARCHAR,
  "street" VARCHAR,
  "lat" DOUBLE,
  "long" DOUBLE,
  "location" VARCHAR
);

Share link

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