Baselight

Wedding Gift Items Dataset

Detailed Etsy Listings with Prices and Favorites

@kaggle.kanchana1990_wedding_gift_items_dataset

Loading...
Loading...

About this Dataset

Wedding Gift Items Dataset

Dataset Overview

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.

Data Science Applications

This dataset is ideal for a variety of data science applications, including:

  • Exploratory Data Analysis (EDA): Understand trends in wedding gift preferences and popularity.
  • Natural Language Processing (NLP): Analyze product descriptions for sentiment, key phrases, and themes.
  • Pricing Strategy Analysis: Study the distribution of product prices and factors influencing pricing.
  • Recommendation Systems: Develop models to suggest popular or highly favorited products.

Column Descriptors

  1. name: The name of the product.
  2. descriptionHTML: The HTML-formatted description of the product, which may include links to the product pages.
  3. Price: The price of the product, listed in various currencies.
  4. listedOn: The date the product was listed.
  5. favorites: The number of times the product has been favorited by users.

Ethically Mined Data

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.

Acknowledgements

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.

Tables

Etsy Wedding Gift Dataset

@kaggle.kanchana1990_wedding_gift_items_dataset.etsy_wedding_gift_dataset
  • 534.84 KB
  • 748 rows
  • 5 columns
Loading...

CREATE TABLE etsy_wedding_gift_dataset (
  "name" VARCHAR,
  "descriptionhtml" VARCHAR,
  "price" VARCHAR,
  "listedon" VARCHAR,
  "favorites" DOUBLE
);

Share link

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