thealppha / Rating-Product-And-Sorting-Reviews-In-Amazon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rating Product & Sorting Reviews in Amazon

Business Problem

One of the most important problems in e-commerce is the correct calculation of the points given to the products after sales. The solution to this problem means providing greater customer satisfaction for the e-commerce site, prominence of the product for the sellers and a seamless shopping experience for the buyers. Another problem is the correct ordering of the comments given to the products. Since misleading comments will directly affect the sale of the product, it will cause both financial loss and loss of customers. In solving these basic problems, e-commerce site and sellers will increase their sales, while customers will complete their purchasing journey without any problems.

Dataset Definition

This dataset, which includes Amazon product data, includes product categories and various metadata. The product with the most reviews in the electronics category has user ratings and reviews.

  • reviewerID: User ID
  • asin: Product ID
  • reviewerName: User name
  • helpful: Faydalı değerlendirme derecesi
  • reviewText: Evaluation
  • overall: Product rating
  • summary: Evaluation summary
  • unixReviewTime: Evaluation time
  • reviewTime: Evaluation time Raw
  • day_diff: Number of days after evaluation
  • helpful_yes: The number of times the evaluation was found useful
  • total_vote: Number of votes given to the evaluation

Warning: I would like to state that I cannot share the dataset.

About

License:MIT License


Languages

Language:Jupyter Notebook 100.0%