Baselight

Trustpilot Review Ratings

Review comment and Rating number from Trustpilot for sentiment analysis.

@kaggle.rishavbhurtel_trustpilot_comments_ratings

Loading...
Loading...

About this Dataset

Trustpilot Review Ratings

Context

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

Content

Data contains Review comments and its correspondent review Rating.

Acknowledgements

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.

Inspiration

Tables

Trustpilot

@kaggle.rishavbhurtel_trustpilot_comments_ratings.trustpilot
  • 212.24 MB
  • 1652277 rows
  • 2 columns
Loading...

CREATE TABLE trustpilot (
  "comment" VARCHAR,
  "rating" VARCHAR
);

Share link

Anyone who has the link will be able to view this.