Women's E-Commerce Clothing Reviews
23,000 Customer Reviews and Ratings
@kaggle.nicapotato_womens_ecommerce_clothing_reviews
23,000 Customer Reviews and Ratings
@kaggle.nicapotato_womens_ecommerce_clothing_reviews
Welcome. This is a Women’s Clothing E-Commerce dataset revolving around the reviews written by customers. Its nine supportive features offer a great environment to parse out the text through its multiple dimensions. Because this is real commercial data, it has been anonymized, and references to the company in the review text and body have been replaced with “retailer”.
This dataset includes 23486 rows and 10 feature variables. Each row corresponds to a customer review, and includes the variables:
Anonymous but real source
I look forward to come quality NLP! There is also some great opportunities for feature engineering, and multivariate analysis.
Statistical Analysis on E-Commerce Reviews, with Sentiment Classification using Bidirectional Recurrent Neural Network
by Abien Fred Agarap - Github
CREATE TABLE womens_clothing_e_commerce_reviews (
"unnamed_0" BIGINT -- Unnamed: 0,
"clothing_id" BIGINT,
"age" BIGINT,
"title" VARCHAR,
"review_text" VARCHAR,
"rating" BIGINT,
"recommended_ind" BIGINT,
"positive_feedback_count" BIGINT,
"division_name" VARCHAR,
"department_name" VARCHAR,
"class_name" VARCHAR
);Anyone who has the link will be able to view this.