https://github.com/lingumd/amazon_vine_analysis
Analysis to determine if there is any bias toward favorable reviews from Amazon Vine members in the Beauty products dataset.
https://github.com/lingumd/amazon_vine_analysis
analysis aws aws-rds aws-s3 etl google-colab hadoop os postgres pyspark sql
Last synced: 2 months ago
JSON representation
Analysis to determine if there is any bias toward favorable reviews from Amazon Vine members in the Beauty products dataset.
- Host: GitHub
- URL: https://github.com/lingumd/amazon_vine_analysis
- Owner: lingumd
- Created: 2022-10-16T14:51:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-05T06:08:46.000Z (over 3 years ago)
- Last Synced: 2025-03-16T22:37:50.370Z (over 1 year ago)
- Topics: analysis, aws, aws-rds, aws-s3, etl, google-colab, hadoop, os, postgres, pyspark, sql
- Language: Jupyter Notebook
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Amazon_Vine_Analysis
## Overview
The purpose of this analysis is to determine if there is any bias toward favorable reviews from Amazon Vine members in the Beauty products dataset.
## Results
### Vine/Paid Analysis Results

### Non-Vine/Unpaid Analysis Results

- There are 647 Vine reviews and 74,113 non-Vine reviews.
- There are 229 Vine 5-star reviews and 43,217 non-Vine 5-star reviews.
- The percentage of Vine reviews that were 5 stars out of the total Vine reviews is 35.34% and the percentage of non-Vine reviews that were 5 stars out of the total non-Vine reviews is 58.31%
## Summary
Since the percentage of 5-star Vine reviews, at 35.34%, is less than the percentage of non-Vine reviews, at 58.31%, there doesn't appear to be any positivity bias for reviews in the Vine program. An additional analysis that can be done to support the previous statement is to find the combined percentage of 4 and 5 star reviews for Vine reviews and compare them to the combined percentage of 4 and 5 star reviews for non-Vine reviews.