Analysis of Tweet Recession
Table of contents
- Analysis of Tweets Recession 2022
- Table of contents
- Dataset
- Methods Used
- Technologies
- Required Packages
- Authors
Dataset
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
- Data Visualization
- Data Imputation
- Data Preprocessing
- Lemmatization
- WordCloud
- NLTK
- PorterStemmer
- Sentiment Analysis
Technologies
- Python
- Jupyter Notebooks
- NLTK
Required Packages
- Segmenter
- PorterStemmer
- Matplotlib
- NLTK
- WordCloud
- stopwords
- TextBlob