Update Naija-Stopwords.py
Browse files- 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
|
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())
|