Baselight

New York City Crimes

2014-2015 Crimes reported in all 5 boroughs of New York City

@kaggle.adamschroeder_crimes_new_york_city

Crime Column Description
@kaggle.adamschroeder_crimes_new_york_city.crime_column_description

  • 3.8 KB
  • 23 rows
  • 2 columns
column

Column

description

Description

CMPLNT_NUMRandomly generated persistent ID for each complaint
CMPLNT_FR_DTExact date of occurrence for the reported event (or starting date of occurrence, if CMPLNT_TO_DT exists)
CMPLNT_FR_TMExact time of occurrence for the reported event (or starting time of occurrence, if CMPLNT_TO_TM exists)
CMPLNT_TO_DTEnding date of occurrence for the reported event, if exact time of occurrence is unknown
CMPLNT_TO_TMEnding time of occurrence for the reported event, if exact time of occurrence is unknown
RPT_DTDate event was reported to police
KY_CDThree digit offense classification code
OFNS_DESCDescription of offense corresponding with key code
PD_CDThree digit internal classification code (more granular than Key Code)
PD_DESCDescription of internal classification corresponding with PD code (more granular than Offense Description)

CREATE TABLE crime_column_description (
  "column" VARCHAR,
  "description" VARCHAR
);

Share link

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