I have the following problem:
Assume i have a table, the column of interest is (Type): |Type| Column 2 | Column 3.....|
admin Value 1 Value 3
admin Value 2 Value 4
UserB Value 5 Value 6
What i'm interested in is that, i want to neglect the two first rows that contains admin, i'm only interested in the admin rows if the count of those rows are bigger than 2.
As far as i know i cant import pandas into a transform row to use the count function.
So in general, if the count rows of type(admin) > 2 i want to process it, if its between 0 and 2, i dont want it, either filter it or remove it until it goes to my next node.
Best regards
H
------------------------------
Henrik B
E.ON Sverige
------------------------------