You have been provided with a dataset consisting of product records from the e-commerce website NewChic.com. The dataset is divided into nine CSV files based on product categories:
accessories.csv
bags.csv
beauty.csv
house.csv
jewelry.csv
kids.csv
men.csv
shoes.csv
women.csv
Each file represents a snapshot of product instances within its respective category, with each row corresponding to a single product.
Additionally, a data dictionary (.pdf) is provided, summarizing the attributes and their data types present across the dataset.
Task:
Your focus should be on the integer and decimal-type columns, excluding the id column. Utilize the remaining columns to support your data analysis, design, and discussion.
NewChic E-commerce Dataset Analysis
You have been provided with a dataset consisting of product records from the e-commerce website NewChic.com. The dataset is divided into nine CSV files based on product categories:
Each file represents a snapshot of product instances within its respective category, with each row corresponding to a single product.
Additionally, a data dictionary (.pdf) is provided, summarizing the attributes and their data types present across the dataset.
Task:
Your focus should be on the integer and decimal-type columns, excluding the
id
column. Utilize the remaining columns to support your data analysis, design, and discussion.