Skip to content

To analyze Amazon reviews written by members of the paid Amazon Vine program. The Amazon Vine program is a service that allows manufacturers and publishers to receive reviews for their products.Companies pay a small fee to Amazon and provide products to Amazon Vine members, who are then required to publish a review.

Notifications You must be signed in to change notification settings

Ayesha-da/Amazon_Vine_Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Amazon_Vine_Analysis

Overview of the analysis:

To analyze Amazon reviews written by members of the paid Amazon Vine program. The Amazon Vine program is a service that allows manufacturers and publishers to receive reviews for their products.Companies pay a small fee to Amazon and provide products to Amazon Vine members, who are then required to publish a review.

Results:

Perform ETL on Amazon Product Reviews

In cloud ETL process, an AWS RDS database is created with tables in pgAdmin and the dataset is extracted into a DataFrame using PySpark in Google Colab Notebook and transformed into four separate DataFrames that match the table schema in pgAdmin. Data is uploaded into the appropriate tables and queries are run in pgAdmin to confirm that the data has been uploaded. summary

Customers table

customer

customer1

Products table

products

products1

Review Id table

review_id

review_id1

Vine table

vine_table

vine_table1

Determine Bias of Vine Reviews

review

- How many Vine reviews and non-Vine reviews were there?

totalcount

- How many Vine reviews were 5 stars? How many non-Vine reviews were 5 stars?

5star

- What percentage of Vine reviews were 5 stars? What percentage of non-Vine reviews were 5 stars?

percentage

Summary:

Vine reviews (Paid) and non-Vine reviews (Unpaid)

vine

There is negligible percentage of vine reviews and so it is safe to say there is no bias towards reviews and having a paid Vine reviews makes almost no difference in the percentage of 5-star reviews.

Additional analysis

  • Analysis can be performed by analyzing reviews across various star ratings to determine the consistency of results.
  • Additional analysis can be performed on different categories of products to support the statement.

About

To analyze Amazon reviews written by members of the paid Amazon Vine program. The Amazon Vine program is a service that allows manufacturers and publishers to receive reviews for their products.Companies pay a small fee to Amazon and provide products to Amazon Vine members, who are then required to publish a review.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published