zwn22 commited on
Commit
3577345
1 Parent(s): cbff2fb

Update NC_Crime.py

Browse files
Files changed (1) hide show
  1. NC_Crime.py +3 -1
NC_Crime.py CHANGED
@@ -82,7 +82,9 @@ class NCCrimeDataset(datasets.GeneratorBasedBuilder):
82
  # Use the raw GitHub link to download the CSV file
83
  downloaded_file_path = dl_manager.download_and_extract(
84
  # https://drive.google.com/file/d/109KUBevJNNC_aKcTmGhjh53c3JrlgTW4/view?usp=drive_link
85
- "https://drive.google.com/uc?export=download&id=109KUBevJNNC_aKcTmGhjh53c3JrlgTW4"
 
 
86
  # "https://raw.githubusercontent.com/znw2024/NC-Crime/main/DCCR.csv"
87
  # "https://raw.githubusercontent.com/zening-wang2023/NC-Crime-Dataset/main/CC.csv"
88
  )
 
82
  # Use the raw GitHub link to download the CSV file
83
  downloaded_file_path = dl_manager.download_and_extract(
84
  # https://drive.google.com/file/d/109KUBevJNNC_aKcTmGhjh53c3JrlgTW4/view?usp=drive_link
85
+ # "https://drive.google.com/uc?export=download&id=109KUBevJNNC_aKcTmGhjh53c3JrlgTW4"
86
+ "https://drive.google.com/uc?export=download&id=1SdnSc-e3OwzfXgpCZVdZuq2Fq9iCrd21"
87
+
88
  # "https://raw.githubusercontent.com/znw2024/NC-Crime/main/DCCR.csv"
89
  # "https://raw.githubusercontent.com/zening-wang2023/NC-Crime-Dataset/main/CC.csv"
90
  )