Analysis of Tweet Recession

Table of contents

Dataset

(Back to top)

Dataset is taken from Kaggle : https://www.kaggle.com/datasets/sreevaatsavbavana/recession-tweets-latest This dataset includes tweets from users discussing the current global recession. It provides a glimpse into the trends and current state of the recession as perceived by various individuals. The data was collected using various data scraping libraries

Methods Used

(Back to top)

  • Data Visualization
  • Data Imputation
  • Data Preprocessing
  • Lemmatization
  • WordCloud
  • NLTK
  • PorterStemmer
  • Sentiment Analysis

Technologies

(Back to top)

  • Python
  • Jupyter Notebooks
  • NLTK

Required Packages

(Back to top)

  • Segmenter
  • PorterStemmer
  • Matplotlib
  • NLTK
  • WordCloud
  • stopwords
  • TextBlob