Simple example of using TextBlob to perform sentiment analysis
python ./doAnalysis.py
Included in this repository is a dataset of tweets. Each row contains three columns:
- The tweet text.
- The tweet ID.
- The tweet publish date
The full dataset (i.e., newtwitter.csv
contains 8,595 rows. A small sample of 100 rows (i.e., newtwitter.small.csv
) is also provided.