I have my data in a CSV file, then I filter out the columns I dont need, leaving me with a table with customer IDs and product IDs. I then group the table entries by similar Customer IDs, and end up with a new column which is a list of all product IDs that share a customer ID.
I then use the cell splitter to split the new column along the commas so that each entry in the list is its own column, the I filter out the customer ID to end up with the table in the question above.
Hi guys, the error message says something about string attributes. Maybe a column or some operations won’t work because of it. Did you check this information before use it with this node?
I think I found out the issue, it seems that the two nodes crash when the input table is too large. My full dataset has 9800 rows, but once I limited it to 100 rows, the Association learner worked as expected.