Skip to content

A short Sentiment Analysis performed on The Last of Us (2013) reviews dataset in Python.

Notifications You must be signed in to change notification settings

DablewCodes/The-Last-of-Us-Reviews-Sentiment-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

The-Last-of-Us-Reviews-Sentiment-Analysis

The Last of Us recently got ported to PC through a Remastered version. I read through it's older reviews as I was planning to get it but I thought, why not get a better understanding of reviews through a little analysis of my own :D

The dataset was taken from: https://www.kaggle.com/datasets/lazaro97/the-last-of-us-reviews.

For this analysis, I only used the user reviews for the base game i.e. 'user_reviews_g1' dataset.

Only cleaning done was to remove non-English reviews because their character encoding made them show up as symbols/non-usable characters

71.1% of users gave it a perfect 10, which is a considerably high score for a videogame.

newplot

The Wordcloud also generated mostly positive words:

download

Most of the Sentimental scores are Neutral, although the Positive score easily overwhelms the Negative one:

Neutral: 1333.69

Positive: 668.06

Negative: 145.26

About

A short Sentiment Analysis performed on The Last of Us (2013) reviews dataset in Python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages