abumafrim commited on
Commit
33b70ff
1 Parent(s): 247ecfc

Update Naija-Lexicons.py

Browse files
Files changed (1) hide show
  1. Naija-Lexicons.py +1 -0
Naija-Lexicons.py CHANGED
@@ -179,6 +179,7 @@ class NaijaLexicons(datasets.GeneratorBasedBuilder):
179
  ]
180
 
181
  def _generate_examples(self, filepath):
 
182
  df = pd.read_csv(filepath)
183
 
184
  print("-"*100)
 
179
  ]
180
 
181
  def _generate_examples(self, filepath):
182
+ # load the dataset
183
  df = pd.read_csv(filepath)
184
 
185
  print("-"*100)