Baselight

Perfumes Price In KSA Stores 2024

Prices from more than 25+ online stores

@kaggle.mouathalmansour_perfumes_price_in_ksa_stores

Loading...
Loading...

About this Dataset

Perfumes Price In KSA Stores 2024

This dataset is compiled from 28 different data sources (online stores), with diverse formats that have been standardized into a unified structure. It's an excellent resource for practicing data cleansing techniques or refreshing your data cleaning skills. Once cleaned, the dataset can also be used for uncovering valuable insights.

METADATA:⬇️

  • store_name: Name of store which product belong to.
  • product_link: Link of the product in website
  • product_category: Product category one of ('perfumes', 'freshener', 'cosmetic', 'body care', 'cosmetics')
  • product_name: Product name in the website
  • product_price: Price as mentioned in the website
  • discounted_price: if the product on sale, here will be the new price
  • product_description: As mentioned in the website
  • gender: Male, female or unisex
  • 'info1', 'info2’: General information
  • extracted_link: Product image
  • extracted_date: Date which data has been extracted

I can't wait to see your insights😍

Tables

Perfumesdata

@kaggle.mouathalmansour_perfumes_price_in_ksa_stores.perfumesdata
  • 2.51 MB
  • 25029 rows
  • 13 columns
Loading...

CREATE TABLE perfumesdata (
  "unnamed_0" BIGINT,
  "product_link" VARCHAR,
  "extracted_link" VARCHAR,
  "info1" VARCHAR,
  "product_name" VARCHAR,
  "discounted_price" VARCHAR,
  "product_price" VARCHAR,
  "info2" VARCHAR,
  "product_description" VARCHAR,
  "store_name" VARCHAR,
  "extracted_date" TIMESTAMP,
  "product_category" VARCHAR,
  "gender" VARCHAR
);

Share link

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