test
Browse files
test.py
CHANGED
@@ -80,7 +80,7 @@ class Test(datasets.GeneratorBasedBuilder):
|
|
80 |
]
|
81 |
|
82 |
def _generate_examples(self, filepath):
|
83 |
-
set_trace()
|
84 |
with open(filepath, encoding="utf-8") as f:
|
85 |
df = pd.read_csv(filepath, index_col=0)
|
86 |
for id_, item in df.iterrows():
|
|
|
80 |
]
|
81 |
|
82 |
def _generate_examples(self, filepath):
|
83 |
+
# set_trace()
|
84 |
with open(filepath, encoding="utf-8") as f:
|
85 |
df = pd.read_csv(filepath, index_col=0)
|
86 |
for id_, item in df.iterrows():
|