Datasets:

ArXiv:
License:
NamCyan commited on
Commit
33fd440
·
1 Parent(s): 7b45df2
Files changed (1) hide show
  1. the-vault-function.py +1 -1
the-vault-function.py CHANGED
@@ -226,7 +226,7 @@ class TheVaultFunction(datasets.GeneratorBasedBuilder):
226
  pa_table = pa.Table.from_batches([record_batch])
227
  for row_index in range(pa_table.num_rows):
228
  row = pa_table.slice(row_index, 1).to_pydict()
229
-
230
  # lang = row['language'][0]
231
 
232
  # if self.config.filter_languages and not lang in self.config.languages:
 
226
  pa_table = pa.Table.from_batches([record_batch])
227
  for row_index in range(pa_table.num_rows):
228
  row = pa_table.slice(row_index, 1).to_pydict()
229
+ print(row.keys())
230
  # lang = row['language'][0]
231
 
232
  # if self.config.filter_languages and not lang in self.config.languages: