Question
Program with R Studio: Your ability to performn a correct C-SAT analysis will be evaluated, as well as your ability to identify valuable insights from
Program with R Studio: Your ability to performn a correct C-SAT analysis will be evaluated, as well as your ability to identify valuable insights from text analytics techniques.
-- We are going to work with data from itunes so we can both analyse the customer satisfaction regarding some app and zoom into the comments to try to understand why the app has been rating this way.
The data set contains 2.627 reviews from Zoom app from multiple countries (remember there is a limit of 500 reviews that can be pulled for each country) You need to Load the Rdata file into the environment so the data frame will be available for you
load the libraries you will need for now: tidyverse, syuzhet
library(tidyverse)
library(syuzhet)
--
Question: Make sure the date column has the correct type and also transform the column review to lower case. #Explore the dataframe and mentioned the highlights in at least 5 lines #Visualizing the numbers of reviews per day, identify the day with most reviews created
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started