Twitter Sentiment on the Walt Disney Company During COVID-19

For years many individuals have used Twitter to share their thoughts. Amidst COVID-19, several establishments were ordered to close down, including the Walt Disney Parks and Resorts. This project aims to understand the public’s sentiments towards the company during this unprecedented time.

The Data

This project is a sentiment analysis on tweets pertaining to the Walt Disney Company Parks and Resorts between March 19,2020 - March 27, 2020. All tweets were extracted using Twitter’s API.

Technologies

Completed in Python, the following packages are used

  • Tweepy
  • Pandas
  • Datetime
  • Textblob
  • Operator
  • Matplotlib

Launch

The code is split into two files. The first notebook runs the tweet extraction, while the second notebook runs the data analysis.