Skip to content

Determining product ratings and ranking product reviews for e-commerce platforms.

Notifications You must be signed in to change notification settings

Guldenizguzelay/Rating-Product-Sorting-Reviews-in-Amazon

Repository files navigation

Rating Product & Sorting Reviews in Amazon

Determining product ratings and ranking product reviews for e-commerce platforms.

Business Problem

One of the most critical challenges in e-commerce is accurately calculating the ratings given to products after purchase. Solving this issue enhances customer satisfaction for e-commerce sites, helps products stand out for sellers, and ensures a seamless shopping experience for buyers. Another key challenge is the proper ranking of product reviews. Misleading reviews can impact sales directly, resulting in financial losses and customer dissatisfaction. Addressing these two core problems helps e-commerce platforms and sellers increase sales while providing customers with a smooth purchasing journey.

Dataset Story

This dataset, containing Amazon product data, includes various metadata related to product categories. It specifically covers user ratings and reviews for the most-reviewed product in the electronics category.


🕸 Variables

  • reviewerID: User ID

  • asin: Product ID

  • reviewerName: User Name

  • helpful: Helpfulness rating (upvotes)

  • reviewText: Review content

  • overall: Product rating

  • summary: Review summary

  • unixReviewTime: Review time (Unix format)

  • reviewTime: Raw review time

  • day_diff: Number of days since the review

  • helpful_yes: Number of helpful votes

  • total_vote: Total number of votes for the review

    ** In this study, Miuul educational resources were used as a reference.

About

Determining product ratings and ranking product reviews for e-commerce platforms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published