Skip to content

Commit 010f45e

Browse files
committed
Ch8 Twitter Sentiment 2
1 parent b661bd1 commit 010f45e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Ch8/TwitterSentiment_2.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,8 @@
228228
}
229229
],
230230
"source": [
231-
"# datapath = \"Path to 'sts_gold_tweet.csv' \"\n",
232-
"df = pd.read_csv(\"/home/etherealenvy/Downloads/practical-nlp/Ch8/Data/sts_gold_tweet.csv\",\n",
231+
"datapath = \"Path to repo\"\n",
232+
"df = pd.read_csv(datapath+\"/practical-nlp/Ch8/Data/sts_gold_tweet.csv\",\n",
233233
" error_bad_lines=False,delimiter=\";\")\n",
234234
"df = df.dropna(how='any')\n",
235235
"df.drop(columns=['id'], inplace=True)\n",

0 commit comments

Comments
 (0)