zwn22 commited on
Commit
ba4da5b
1 Parent(s): aba27c7

Update NC_Crime.py

Browse files
Files changed (1) hide show
  1. NC_Crime.py +3 -1
NC_Crime.py CHANGED
@@ -89,7 +89,9 @@ class NCCrimeDataset(datasets.GeneratorBasedBuilder):
89
  #"https://drive.google.com/uc?export=download&id=1Se-B8Y-SdU0caZzGJyX_0YW44TZwaq3l"
90
 
91
  # "https://raw.githubusercontent.com/znw2024/NC-Crime/main/DCCR.csv"
92
- "https://raw.githubusercontent.com/zening-wang2023/NC-Crime-Dataset/main/NC_dataset.csv.zip"
 
 
93
  )
94
  unzipped_file_path = os.path.join(downloaded_file_path, "NC_dataset.csv")
95
  # Return a list of split generators
 
89
  #"https://drive.google.com/uc?export=download&id=1Se-B8Y-SdU0caZzGJyX_0YW44TZwaq3l"
90
 
91
  # "https://raw.githubusercontent.com/znw2024/NC-Crime/main/DCCR.csv"
92
+ # "https://raw.githubusercontent.com/zening-wang2023/NC-Crime-Dataset/main/NC_dataset.csv.zip"
93
+ "https://github.com/zening-wang2023/NC-Crime-Dataset/blob/main/NC_dataset.csv.zip"
94
+
95
  )
96
  unzipped_file_path = os.path.join(downloaded_file_path, "NC_dataset.csv")
97
  # Return a list of split generators