Let’s say I have a table with >1000 rows, and there is a specific column X where multiple repeated data points can be present.
What I need is that if there is any data in column X that has been repeated three times or more, I would like to obtain the data for the entire row in a new table.
Could you help me with any suggested workflows or nodes? or even a Python script that I can integrate into KNIME?