Is there a way to filter by values in specific rows?

kimjk3559
kimjk3559 Altair Community Member
edited November 5 in Community Q&A
For example, using 'Filter Examples':
I can filter data ('rows') where the value of the first 'column' is not null.

But what I want to do is:
I want to filter out 'columns' where the value of the first 'row' is not null.

I've been using 'transpose' to handle it, but is there another way?

Please help if there is a way to filter columns by conditions.

Best Answer

  • Caperez
    Caperez Altair Community Member
    Answer ✓
    Hi @kimjk
    Rapidminer is a fantastic tool but work with rows values and iterate could be a quit difficult. 
    You can try using the Execute Python  operator. 

    please find attached a sample process. 

    Best, 

    Cesar

Answers

  • Caperez
    Caperez Altair Community Member
    Answer ✓
    Hi @kimjk
    Rapidminer is a fantastic tool but work with rows values and iterate could be a quit difficult. 
    You can try using the Execute Python  operator. 

    please find attached a sample process. 

    Best, 

    Cesar