Im cleaning a dataset which includes 7500 transactions. how do i sort the data according to the number of items in each transaction in a descending order?
list of transactions:
Im cleaning a dataset which includes 7500 transactions. how do i sort the data according to the number of items in each transaction in a descending order?
list of transactions:
If I’ve got you properly, you can use countChars(String, “,”) in String Manipulation node
and then sort by counts column.
@ izaychik63… thank you very much!
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.