Update NC_Crime.py
Browse files- NC_Crime.py +1 -1
NC_Crime.py
CHANGED
@@ -73,7 +73,7 @@ class NCCrimeDataset(datasets.GeneratorBasedBuilder):
|
|
73 |
"clear_status": datasets.Value("string"),
|
74 |
"incident_address": datasets.Value("string"),
|
75 |
"notes": datasets.Value("string"),
|
76 |
-
"crime_severity":
|
77 |
}),
|
78 |
citation=_CITATION,
|
79 |
)
|
|
|
73 |
"clear_status": datasets.Value("string"),
|
74 |
"incident_address": datasets.Value("string"),
|
75 |
"notes": datasets.Value("string"),
|
76 |
+
"crime_severity": datasets.Value("string"),
|
77 |
}),
|
78 |
citation=_CITATION,
|
79 |
)
|