Update NC_Crime.py
Browse files- NC_Crime.py +2 -2
NC_Crime.py
CHANGED
@@ -83,13 +83,13 @@ class NCCrimeDataset(datasets.GeneratorBasedBuilder):
|
|
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 |
# "https://drive.google.com/uc?export=download&id=1C1vwAe4nVTdu6P8lHsmyLbJHUsHfT72h"
|
88 |
|
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 |
-
|
93 |
)
|
94 |
|
95 |
# Return a list of split generators
|
|
|
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 |
# "https://drive.google.com/uc?export=download&id=1C1vwAe4nVTdu6P8lHsmyLbJHUsHfT72h"
|
88 |
|
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/DCCR.csv.zip"
|
93 |
)
|
94 |
|
95 |
# Return a list of split generators
|