0% found this document useful (0 votes)
35 views2 pages

Amazon UK Products Dataset Overview

The document provides an overview of a dataset containing Amazon UK products, comprising 1,680,129 rows and 10 columns, sourced from Kaggle. It details the data curation process, including data wrangling, feature engineering, and recorded inconsistencies, while highlighting key attributes such as product categories and revenue potential. Additionally, it outlines the data table schema, specifying the types and descriptions of various fields within the dataset.

Uploaded by

Osama Rashayda
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views2 pages

Amazon UK Products Dataset Overview

The document provides an overview of a dataset containing Amazon UK products, comprising 1,680,129 rows and 10 columns, sourced from Kaggle. It details the data curation process, including data wrangling, feature engineering, and recorded inconsistencies, while highlighting key attributes such as product categories and revenue potential. Additionally, it outlines the data table schema, specifying the types and descriptions of various fields within the dataset.

Uploaded by

Osama Rashayda
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd

Revenue Potential in

Amazon UK
Data Curation by Anonymous

General Dataset Information:


File Name: amz_uk_processed_data.csv
Description: Amazon UK Products Dataset 2023
Dataset Details: 1,680,129 Rows & 10 Columns
Size: 635,804KB ( 620MB )
Source: Kaggle - Dataset Link

Data Profile:
• Import Dataset to DBeaver SQLite Database
• Examine dataset through SQL
• Query essential data associated with problem statements
• Export data into Excel
• Apply Excel filter to the dataset
• Examine each attribute's unique value for inconsistency
• Notable Features ( Prior to Export )
• 217 Unique Product Category
• Large Dataset for each category
• Reviews - Concrete evidence of buyers
• isBestSeller - Possibly gauge product popularity
• broughtInLastMonth - Possible gauge for potential revenues

• Recorded Inconsistency:
• Some records consist of text strings in numerical fields.
• Exaggerated unit prices are suspected to be outliers and are test
listings.
• Many records have exaggerated unit prices with no reviews.
• Some records have exaggerated unit prices with many reviews.
• Data Wrangling:
• Using SQL, sorted attributes by field types. Some attributes contain
text string fields when they should be numerical. 10 Records were
filtered.

• Feature Engineered “RevenueByReviews” column by multiplying


Reviews and Price attributes together.

• Feature Engineered “PotentialRevenue” column by multiplying


BroughtInLastMonth and Price attributes together.

• Feature Engineered “Year Recorded” column, extracted the year


from the “Date Recorded” attribute.

• Filter “CategoryName” for any records that pertain to “Art Supply”.


Kids' Art & Craft Supplies, Handmade Artwork, Arts & Crafts, and
Handmade Gifts category filtered.

• Isolate CategoryName records and export the results to Excel.


46,324 records were isolated.

• Data Table Schema:


• Field • Type • Description
• ASIN • STRIN • Product Identifier from Amazon
G
• title • STRIN • Title of the Product
G
• imgUrl • STRIN • URL of the product image
G
• productURL • STRIN • URL of the product amazon page
G
• stars • REAL • Product Rating
• reviews • INTEG • Number of Reviews
ER
• price • REAL • Current unit price of the product
• isBestSeller • BOOL • Whether the product had the Amazon
EAN BestSeller status
• boughtInLastM • INTEG • Number of products last month
onth ER according to Amazon
• categoryName • STRIN • Name of the category this product
G belongs to

Common questions

Powered by AI

The dataset's large size and variety of categories enhance market analysis comprehensiveness by providing a rich, diverse source of information that reflects a wide array of consumer behaviors, trends, and product performance across sectors. It allows for in-depth cross-category comparisons, aiding in identifying emerging trends, consumer preferences, and market gaps. This breadth enables more robust and representative analyses, facilitating data-driven strategies tailored to different market segments and ensuring insights are comprehensive and actionable .

Exporting isolated category data, like "Art Supply", to Excel offers benefits such as ease of use, familiarity, and powerful functions for further analysis and visualization. Excel provides tools to perform pivot table analyses, charts, and what-if scenarios, allowing deeper insights into data subsets. However, challenges include Excel's limitations with very large datasets, which can lead to performance issues, and the risk of data misinterpretation without advanced data validation checks. Ensuring data integrity and managing Excel's constraints are crucial for effective use .

Exaggerated unit prices with no reviews in the Amazon UK products dataset suggest potential data integrity issues, where these records may represent test listings or errors rather than actual product data. This introduces noise and can skew analyses such as average price calculations or revenue estimates, leading to inaccurate conclusions. Such anomalies need careful consideration or removal to maintain the validity of data-driven insights and decisions .

Examining each attribute's unique value for inconsistency is crucial prior to data analysis to identify and correct anomalies that might distort the results. Inconsistent data like text in numerical fields or skewed outliers can mislead analyses, resulting in inaccurate insights or flawed decision-making. By recognizing and rectifying these inconsistencies, data becomes more reliable, enabling analysts to draw more valid and actionable conclusions, enhancing the overall quality of the analysis process .

SQL can be used to address textual inconsistencies in numerical fields by applying data type conversion functions and filtering operations to identify and clean mismatched entries. Functions like 'CAST' or 'CONVERT' help ensure fields adhere to the correct data types, while WHERE clauses filter out or correct entries based on specified criteria. This allows for standardized data that can be used reliably in analyses, improving data quality and reducing errors from outlier or inconsistent entries .

The "PotentialRevenue" column, created by multiplying the "boughtInLastMonth" figure with the unit price, serves as an indicator of a product's potential market performance. It estimates revenue generated from sales over the last month, reflecting both product demand and pricing strategies. Analyzing this column helps identify which products are driving revenue growth and can guide inventory decisions, pricing adjustments, and marketing strategies to capitalize on consumer trends .

Isolating specific product categories like "Art Supply" allows for focused analysis within the dataset, enabling targeted examination of trends, sales performance, and consumer behaviors specific to those categories. This can help identify best-selling products, assess category-specific revenue potential, and spot market opportunities or gaps. With 46,324 records filtered for the "Art Supply" category, analysts can perform in-depth analyses tailored to niche markets, enhancing the granularity and relevance of insights .

Exaggerated unit prices with many reviews could confuse or mislead consumers into believing a product is of premium quality due to the high cost, reinforced by numerous reviews suggesting substantial customer interaction. However, savvy consumers might perceive price discrepancies as red flags for pricing errors or deceptive marketing tactics, potentially damaging trust and leading to skepticism about the reviews' authenticity. This duality underscores the importance of transparent and consistent pricing strategies to maintain consumer trust in online marketplaces .

Creating a "Year Recorded" field from the "Date Recorded" attribute facilitates time-series analysis by allowing trends to be examined on an annual basis. This aggregation simplifies year-over-year comparisons and pattern recognition, beneficial for high-level trend analysis. However, it might obscure finer-grained temporal insights like monthly or seasonal variations, suggesting a trade-off between simplicity and detail. Consideration is necessary when deciding the granularity of temporal data for analysis objectives .

The "RevenueByReviews" feature in the Amazon UK dataset is calculated by multiplying the number of reviews a product has by its price. This metric helps in estimating potential revenue that can be associated with customer engagement, assuming a correlation between the number of reviews and sales volume. Since customer reviews often reflect product sales and customer satisfaction, the "RevenueByReviews" metric provides insights into product profitability by combining these aspects with price, potentially highlighting products that are both popular and expensive, thus likely more profitable .

You might also like