Perfume E-Commerce Dataset 2024
Comprehensive Analysis of Fragrances in the E-Commerce Market
@kaggle.kanchana1990_perfume_e_commerce_dataset_2024
Comprehensive Analysis of Fragrances in the E-Commerce Market
@kaggle.kanchana1990_perfume_e_commerce_dataset_2024
The Perfume E-Commerce Dataset 2024 comprises detailed information on 2000 perfume listings sourced from eBay, split into two separate CSV files for men's and women's perfumes, each containing 1000 entries. This dataset provides a comprehensive view of the current market trends, pricing, availability, and geographical distribution of perfumes in the e-commerce space.
This dataset offers numerous opportunities for data science applications, including but not limited to:
This dataset has been ethically mined from eBay using the Apify API, ensuring compliance with ethical data collection practices. The data is intended solely for educational and learning purposes. Users are encouraged to use the dataset responsibly and in accordance with applicable data usage policies.
This dataset is a valuable resource for students, educators, and data science enthusiasts looking to explore and analyze e-commerce trends in the perfume industry.
CREATE TABLE ebay_mens_perfume (
"brand" VARCHAR,
"title" VARCHAR,
"type" VARCHAR,
"price" DOUBLE,
"pricewithcurrency" VARCHAR,
"available" DOUBLE,
"availabletext" VARCHAR,
"sold" DOUBLE,
"lastupdated" VARCHAR,
"itemlocation" VARCHAR
);
CREATE TABLE ebay_womens_perfume (
"brand" VARCHAR,
"title" VARCHAR,
"type" VARCHAR,
"price" DOUBLE,
"pricewithcurrency" VARCHAR,
"available" DOUBLE,
"availabletext" VARCHAR,
"sold" DOUBLE,
"lastupdated" VARCHAR,
"itemlocation" VARCHAR
);
Anyone who has the link will be able to view this.