phusroyal commited on
Commit
05c7a85
1 Parent(s): fce0648

Update ViHOS.py

Browse files
Files changed (1) hide show
  1. ViHOS.py +3 -2
ViHOS.py CHANGED
@@ -44,5 +44,6 @@ class ViHOS(datasets.GeneratorBasedBuilder):
44
  )
45
  ]
46
 
47
- def _generate_examples(self, filepath, split):
48
- data = pd.read_csv(filepath)
 
 
44
  )
45
  ]
46
 
47
+ def _generate_examples(self, filepath):
48
+ data = pd.read_csv(filepath)
49
+ yield data.iloc[:, 0], dataframe.iloc[:, 1], dataframe.iloc[:, 2]