Just few development blog about twitter data analysis, following the tutorials on Kaggle. Complete code and downloadable files at Github repo
Using Jupyter Notebook
Tweets.csv (basically tweets about U.S airlines) also can be found at repo.
Twitter sentiment
- read tweets


- calculate frequency of polarity


Twitter prediction
import basic library

read data from tweets csv file

frequency of columns

find general moods for airlines

compare moods of different airlines


figure out reasons for negative tweets

compare the negative reasons proportion of different airlines

wordcloud for negative reasons

accuracy of different classifiers performance

