Update NC_Crime.py
Browse files- NC_Crime.py +2 -1
NC_Crime.py
CHANGED
@@ -17,7 +17,8 @@
|
|
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 |
-
|
|
|
21 |
"""
|
22 |
|
23 |
import csv
|
|
|
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
|
21 |
+
intricacies of how the unified dataset was crafted.
|
22 |
"""
|
23 |
|
24 |
import csv
|