I have "person_id" and "customer_age" columns. I create bin for "customer_age" column. Bin size 99 for maximum age of "customer_age" column. Finally, I created this distribution and I want to change it to the Normal distribution. How can I do this ?
1 answer
Hi @Turan Aghayev - you probably have to play with the bin size (age 1-10, 11-20, 21-30, etc. for example). Instead of using bins function, you could also try using an IF THEN calculated field to see if it gets you what you're looking for. But if you attach a packaged workbook here with some dummy data that represents your problem, someone here can take a look and propose a solution.