Baselight

Electronics Dataset

Unveiling Costco's Digital Tapestry: A Comprehensive Electronic Dataset

@kaggle.elvinrustam_electronics_dataset

Loading...
Loading...

About this Dataset

Electronics Dataset

I scraped grocery data from Costco's online marketplace.

Features:

Sub Category:

  • This column categorizes the grocery items into subcategories, providing a detailed classification for easier analysis and organization.

Price:

  • Represents the monetary value of the grocery item, indicating its cost or retail price in the specified currency.

Discount:

  • Reflects any discounts or promotional offers applicable to the respective grocery item, providing insights into pricing strategies.

Rating:

  • Indicates the customer satisfaction or product quality based on user ratings, offering a measure of the overall perceived value of the grocery item.

Title:

  • Describes the name or title of the grocery item, providing a concise identifier for easy reference and understanding.

Currency:

  • Specifies the currency in which the prices are denominated, facilitating proper interpretation and comparison of monetary values.

Feature:

  • Includes features or characteristics of the grocery item, offering additional information about its unique attributes or selling points.

Tables

Electronicsdata

@kaggle.elvinrustam_electronics_dataset.electronicsdata
  • 74.49 KB
  • 643 rows
  • 7 columns
Loading...

CREATE TABLE electronicsdata (
  "sub_category" VARCHAR,
  "price" VARCHAR,
  "discount" VARCHAR,
  "rating" VARCHAR,
  "title" VARCHAR,
  "currency" VARCHAR,
  "feature" VARCHAR
);

Share link

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