zwn22 commited on
Commit
a13fd66
1 Parent(s): 48dbd9f

Update NC_Crime.py

Browse files
Files changed (1) hide show
  1. 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
- # 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
  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