Update NC_Crime.py
Browse files- NC_Crime.py +4 -3
NC_Crime.py
CHANGED
@@ -14,10 +14,11 @@
|
|
14 |
# TODO: Address all TODOs and remove all explanatory comments
|
15 |
|
16 |
|
17 |
-
"""IMPORTANT:
|
18 |
-
|
19 |
-
|
20 |
# Therefore, a Jupyter notebook has been made available for those interested in delving into the intricacies of how the unified dataset was crafted.
|
|
|
21 |
|
22 |
import csv
|
23 |
import json
|
|
|
14 |
# TODO: Address all TODOs and remove all explanatory comments
|
15 |
|
16 |
|
17 |
+
"""IMPORTANT:
|
18 |
+
Given the disparate sizes and column naming conventions of each raw dataset,
|
19 |
+
it was NOT FEASIBLE to streamline the entire cleaning process within a single Python (.py) file.
|
20 |
# Therefore, a Jupyter notebook has been made available for those interested in delving into the intricacies of how the unified dataset was crafted.
|
21 |
+
"""
|
22 |
|
23 |
import csv
|
24 |
import json
|