Trustpilot Review Ratings
Review comment and Rating number from Trustpilot for sentiment analysis.
@kaggle.rishavbhurtel_trustpilot_comments_ratings
Review comment and Rating number from Trustpilot for sentiment analysis.
@kaggle.rishavbhurtel_trustpilot_comments_ratings
Scraped from the review site Trustpilot.
if you want to scrap on your own check he is my code: https://github.com/rishavbhurtel/scrapping-using-selenium-and-scrapy/tree/master/scrapy/trustpilot
Data contains Review comments and its correspondent review Rating.
The data contains more positive than negative reviews because i did not scraped all the data but if you want you can try and scrap all the data and add to it.
CREATE TABLE trustpilot (
"comment" VARCHAR,
"rating" VARCHAR
);Anyone who has the link will be able to view this.