How to Identify comman pattern of the Products that sells more from a sales data base

0 votes

I have a sales dataset of a product having the different attributes ( say for example a product from JEWELRY PRODUCTS)  sku/wt/size etc. How can I analyze to get a similar/common pattern of the products that sell more? so that I can tag to designing /Manufacturing team " these attributes/groups are the highest demand".  How to this analysis using R.

Sep 6, 2020 in Data Analytics by anonymous
• 120 points

edited Sep 7, 2020 by MD 560 views

1 answer to this question.

0 votes

Hi,

If you share a real database, then it will help us to give you a good picture. But still, according to your query, it seems very simple. From your dataset find the frequency of each field. The field which has more frequency means you have more clients on those products.

answered Sep 7, 2020 by MD
• 95,440 points

Related Questions In Data Analytics

+1 vote
2 answers
+1 vote
3 answers

How to change the value of a variable using R programming in a data frame?

Try this: df$symbol <- as.character(df$symbol) df$symbol[df$sym ...READ MORE

answered Jan 11, 2019 in Data Analytics by Tyrion anex
• 8,700 points
35,140 views
0 votes
1 answer

With the help of tidyverse: how to rename a column to a variable name

With the help of Dplyr: rename function ...READ MORE

answered Apr 3, 2018 in Data Analytics by DeepCoder786
• 1,720 points

edited Apr 3, 2018 by DeepCoder786 728 views
0 votes
1 answer
+10 votes
3 answers

Which is a better initiative to learn data science: Python or R?

Well it truly depends on your requirement, If ...READ MORE

answered Aug 9, 2018 in Data Analytics by Abhi
• 3,720 points
1,100 views
+1 vote
4 answers

Python vs. R for data science

I would say both Python and R ...READ MORE

answered Aug 1, 2019 in Data Analytics by briny
1,476 views
0 votes
1 answer

Why is data cleaning needed?

Data cleaning is the fourth step in ...READ MORE

answered Nov 14, 2018 in Data Analytics by Maverick
• 10,840 points
750 views
+1 vote
2 answers

What are the steps in data analysis process?

Well explained @Maverick, In simple words the ...READ MORE

answered Aug 23, 2019 in Data Analytics by anonymous
• 33,030 points
2,451 views
+1 vote
3 answers

How to change column names of a Data frame?

Hi, To change the name of a column ...READ MORE

answered Oct 30, 2020 in Data Analytics by MD
• 95,440 points
1,343 views
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP