Wedding Gift Items Dataset
Detailed Etsy Listings with Prices and Favorites
@kaggle.kanchana1990_wedding_gift_items_dataset
Detailed Etsy Listings with Prices and Favorites
@kaggle.kanchana1990_wedding_gift_items_dataset
This dataset contains detailed information on various wedding gifts listed on Etsy. Each entry includes the product name, HTML-formatted description, price, listing date, and the number of favorites. With 748 rows and 5 columns, this dataset provides a comprehensive look at the wedding gift offerings on Etsy as of May 2024.
This dataset is ideal for a variety of data science applications, including:
The data in this dataset was collected from publicly available listings on Etsy and compiled for educational and analytical purposes. No personally identifiable information (PII) is included, ensuring the dataset adheres to ethical data collection practices.
Special thanks to Etsy for providing a platform where this data could be collected and shared for educational and analytical purposes. Also for DALL E3 for the thumbnail image.
CREATE TABLE etsy_wedding_gift_dataset (
  "name" VARCHAR,
  "descriptionhtml" VARCHAR,
  "price" VARCHAR,
  "listedon" VARCHAR,
  "favorites" DOUBLE
);Anyone who has the link will be able to view this.