This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
We're actively looking for ideas on how to improve Weekly Challenges and would love to hear what you think!
Submit FeedbackA 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!
Happy Birthday from the shiniest of diamonds...Neil Diamond.
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!!!