abumafrim commited on
Commit
8d6476b
1 Parent(s): 60d29e2

Update Naija-Stopwords.py

Browse files
Files changed (1) hide show
  1. Naija-Stopwords.py +1 -1
Naija-Stopwords.py CHANGED
@@ -124,7 +124,7 @@ class NaijaStopwords(datasets.GeneratorBasedBuilder):
124
  ]
125
 
126
  def _generate_examples(self, filepath):
127
- df = pd.read_csv(filepath, sep='\t')
128
 
129
  print('-'*100)
130
  print(df.head())
 
124
  ]
125
 
126
  def _generate_examples(self, filepath):
127
+ df = pd.read_csv(filepath)
128
 
129
  print('-'*100)
130
  print(df.head())