zwn22 commited on
Commit
4805656
1 Parent(s): b3aa8d0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -55,7 +55,8 @@ Here is an illustrative example from the processed dataset (note that specific d
55
  "end_time": "2022-05-15T16:00:00",
56
  "clear_status": "Cleared by Arrest",
57
  "incident_address": "123 Main St, Raleigh, NC",
58
- "notes": "Weapon: None"
 
59
  }
60
  ```
61
 
@@ -72,7 +73,7 @@ The dataset contains several fields, each providing specific information about p
72
  - `clear_status` (string): The resolution status of the case, such as whether it was cleared by arrest or remains under investigation. This field can be used to understand case outcomes.
73
  - `incident_address` (string): The specific address where the incident occurred. This field adds a detailed spatial dimension to the data.
74
  - `notes` (string): Additional remarks or details about the incident, like weapon usage or other relevant factors. This field provides supplementary information that may be relevant for certain analyses.
75
-
76
  ## Dataset Creation
77
 
78
  ### Curation Rationale
 
55
  "end_time": "2022-05-15T16:00:00",
56
  "clear_status": "Cleared by Arrest",
57
  "incident_address": "123 Main St, Raleigh, NC",
58
+ "notes": "Weapon: None",
59
+ "crime_severity": "Minor"
60
  }
61
  ```
62
 
 
73
  - `clear_status` (string): The resolution status of the case, such as whether it was cleared by arrest or remains under investigation. This field can be used to understand case outcomes.
74
  - `incident_address` (string): The specific address where the incident occurred. This field adds a detailed spatial dimension to the data.
75
  - `notes` (string): Additional remarks or details about the incident, like weapon usage or other relevant factors. This field provides supplementary information that may be relevant for certain analyses.
76
+ - `crime_severity` (string): This column categorizes crime_major_category into three categories ("Minor", "Moderate", "Severe") according to crime severity.
77
  ## Dataset Creation
78
 
79
  ### Curation Rationale