💸 💳 Online Banking / Financial Review Dataset
Data Set recall in banking industry from trustpilot.com
@kaggle.yanmaksi_reviews_data_for_classification_model
Data Set recall in banking industry from trustpilot.com
@kaggle.yanmaksi_reviews_data_for_classification_model
This Dataset contains complete data on customer recalls for different banking companies, the data is not clean so before using it you will need to do exploratory data analysis for more complex models. If you are using simpler models you can simply take the column with the stars and the feedback. (You can see my example code with this dataset). Good luck @💯 !!!
CREATE TABLE reviews_for_classification (
"name" VARCHAR,
"country" VARCHAR,
"date_time" VARCHAR,
"stars" BIGINT,
"review_head" VARCHAR,
"review_body" VARCHAR
);Anyone who has the link will be able to view this.