zwn22 commited on
Commit
0b75790
1 Parent(s): a13fd66

Update NC_Crime.py

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