Update test_dataset.py
Browse files- test_dataset.py +1 -1
test_dataset.py
CHANGED
|
@@ -156,7 +156,7 @@ class NewDataset(datasets.GeneratorBasedBuilder):
|
|
| 156 |
|
| 157 |
@staticmethod
|
| 158 |
def preprocess_data(filepath):
|
| 159 |
-
data = pd.read_csv("/
|
| 160 |
data = data[['YearStart', 'LocationAbbr', 'LocationDesc', 'Geolocation', 'Topic', 'Question', 'Data_Value_Type', 'Data_Value', 'Data_Value_Alt',
|
| 161 |
'Low_Confidence_Limit', 'High_Confidence_Limit', 'Break_Out_Category', 'Break_Out']]
|
| 162 |
def convert_to_tuple(geo_str):
|
|
|
|
| 156 |
|
| 157 |
@staticmethod
|
| 158 |
def preprocess_data(filepath):
|
| 159 |
+
data = pd.read_csv("https://drive.google.com/file/d/1ktRNl7jg0Z83rkymD9gcsGLdVqVaFtd-/view?usp=drive_link")
|
| 160 |
data = data[['YearStart', 'LocationAbbr', 'LocationDesc', 'Geolocation', 'Topic', 'Question', 'Data_Value_Type', 'Data_Value', 'Data_Value_Alt',
|
| 161 |
'Low_Confidence_Limit', 'High_Confidence_Limit', 'Break_Out_Category', 'Break_Out']]
|
| 162 |
def convert_to_tuple(geo_str):
|