Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAA solution to last week's challenge can be found here.
Happiest of birthdays to those of you born in the month of April! Did you know that the diamond is this month's birthstone? To celebrate, analyze a dataset to count the number of diamonds that fall within a range of carat weights.
The zip file below contains the file BigDiamonds.rda. Use the R tool to read in the data to use in Designer. You may find this article helpful for this challenge!
Note: Make sure you have your Predictive tools installed!
unzip("%Engine.WorkflowDirectory%BigDiamonds.zip", exdir="%Engine.WorkflowDirectory%Data") load("%Engine.WorkflowDirectory%Data\\BigDiamonds.Rda") write.Alteryx(diamondsbig,1)
Solution attached. Also quickly explored how avg. price varies between certification agencies...wow.
The R tool was very frustrating, until I realized that my slashes were in the wrong direction. User error strikes again!
Then just wanted to group the carats like I found in the diamond charts, so my formula tool differs a bit from others
Not entirely sure I understand what I did with the R tool, other than get it to function, so something new to learn just dropped!!!