Baselight

Amazon COVID-19 Predatory Pricing Data

Predatory Pricing Data from Amazon

@kaggle.ishandutta_amazon_covid19_predatory_pricing_data

Loading...
Loading...

About this Dataset

Amazon COVID-19 Predatory Pricing Data

DESCRIPTION

Data on the unfair pricing and discounting practices by sellers on amazon during the COVID-19 crisis.

SUMMARY

Sellers on Amazon are using the Covid19 crisis to exploit the consumers. This data contains information on the product details, prices, discounts, reviews, listed date, and other key data points to understand the unfair practices.

Here is a detailed blog on the analysis we conducted on the data

https://blog.datahut.co/covid-19-and-predatory-pricing-online/

If you have questions about the data set or need help with the data - feel free to contact us @https://datahut.co/

Tables

Amazon 2020–03–09–1

@kaggle.ishandutta_amazon_covid19_predatory_pricing_data.amazon_2020_03_09_1
  • 141.03 KB
  • 531 rows
  • 12 columns
Loading...

CREATE TABLE amazon_2020_03_09_1 (
  "product_name" VARCHAR,
  "asin" VARCHAR,
  "product_url" VARCHAR,
  "brand_name" VARCHAR,
  "image_url" VARCHAR,
  "mrp" DOUBLE,
  "sale_price" DOUBLE,
  "discount_percentage" VARCHAR,
  "product_description" VARCHAR,
  "date_first_available" TIMESTAMP,
  "number_of_reviews" BIGINT,
  "seller_name" VARCHAR
);

Amazon Final

@kaggle.ishandutta_amazon_covid19_predatory_pricing_data.amazon_final
  • 63.31 KB
  • 209 rows
  • 12 columns
Loading...

CREATE TABLE amazon_final (
  "product_name" VARCHAR,
  "asin" VARCHAR,
  "product_url" VARCHAR,
  "brand_name" VARCHAR,
  "image_url" VARCHAR,
  "mrp" DOUBLE,
  "sale_price" DOUBLE,
  "discount_percentage" DOUBLE,
  "product_description" VARCHAR,
  "date_first_available" TIMESTAMP,
  "number_of_reviews" BIGINT,
  "seller_name" VARCHAR
);

Share link

Anyone who has the link will be able to view this.