yitingliii
commited on
Commit
•
d4e4e9a
1
Parent(s):
23ff33d
Update README.md
Browse files
README.md
CHANGED
@@ -25,6 +25,9 @@ nltk.download('wordnet')
|
|
25 |
```python
|
26 |
from data_cleaning import clean
|
27 |
import pandas as pd
|
|
|
|
|
|
|
28 |
|
29 |
# Load your data
|
30 |
df = pd.read_csv('test_data_random_subset.csv')
|
|
|
25 |
```python
|
26 |
from data_cleaning import clean
|
27 |
import pandas as pd
|
28 |
+
import nltk
|
29 |
+
nltk.download('stopwords')
|
30 |
+
|
31 |
|
32 |
# Load your data
|
33 |
df = pd.read_csv('test_data_random_subset.csv')
|