Datasets:
Upload chess_rock_vs_pawn.py
Browse files- chess_rock_vs_pawn.py +0 -1
chess_rock_vs_pawn.py
CHANGED
|
@@ -135,7 +135,6 @@ class Chess(datasets.GeneratorBasedBuilder):
|
|
| 135 |
|
| 136 |
def _generate_examples(self, filepath: str):
|
| 137 |
data = pandas.read_csv(filepath)
|
| 138 |
-
data = self.preprocess(data, config=self.config.name)
|
| 139 |
|
| 140 |
for row_id, row in data.iterrows():
|
| 141 |
data_row = dict(row)
|
|
|
|
| 135 |
|
| 136 |
def _generate_examples(self, filepath: str):
|
| 137 |
data = pandas.read_csv(filepath)
|
|
|
|
| 138 |
|
| 139 |
for row_id, row in data.iterrows():
|
| 140 |
data_row = dict(row)
|