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

Update NC_Crime.py

Browse files
Files changed (1) hide show
  1. NC_Crime.py +6 -2
NC_Crime.py CHANGED
@@ -12,8 +12,12 @@
12
  # See the License for the specific language governing permissions and
13
  # limitations under the License.
14
  # TODO: Address all TODOs and remove all explanatory comments
15
- """TODO: Add a description here."""
16
- # Given the disparate sizes and column naming conventions of each raw dataset, it was NOT FEASIBLE to streamline the entire cleaning process within a single Python (.py) file. Therefore, a Jupyter notebook has been made available for those interested in delving into the intricacies of how the unified dataset was crafted.
 
 
 
 
17
 
18
  import csv
19
  import json
 
12
  # See the License for the specific language governing permissions and
13
  # limitations under the License.
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