The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

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

kimjkkimjk Member Posts: 19 Maven
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.
Tagged:

Best Answer

  • ceaperezceaperez Member Posts: 541 Unicorn
    Solution Accepted
    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
Sign In or Register to comment.