Amazon Reviews On Women Dresses (23K Datapoints)
Analyzing feedback women customers has given on dresses they'd bought
@kaggle.surajjha101_myntra_reviews_on_women_dresses_comprehensive
Analyzing feedback women customers has given on dresses they'd bought
@kaggle.surajjha101_myntra_reviews_on_women_dresses_comprehensive
CREATE TABLE women_dresses_reviews_dataset (
"s_no" BIGINT,
"age" BIGINT,
"division_name" VARCHAR,
"department_name" VARCHAR,
"class_name" VARCHAR,
"clothing_id" BIGINT,
"title" VARCHAR,
"review_text" VARCHAR,
"alike_feedback_count" BIGINT,
"rating" BIGINT,
"recommend_index" BIGINT
);
Anyone who has the link will be able to view this.