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
"a question about filter data or SQl Querying with Rapid Miner"
Wolfsburg2011
Member Posts: 40 Contributor II
hello,
can somebody tell me please, how I can find out which data fields are not fulfilled . for example, I have a data bank and I want to know which customer has not given his address. i.e which customer id has a missing value. I have tried it with select attribute, but it did not work. Thank you for your reply.
can somebody tell me please, how I can find out which data fields are not fulfilled . for example, I have a data bank and I want to know which customer has not given his address. i.e which customer id has a missing value. I have tried it with select attribute, but it did not work. Thank you for your reply.
0
Answers
if you want to find a customer without an address specified, you have to filter the rows, not the columns (attributes). If the task is as simple as you described, the operator "Filter Examples" with condition class "missing_attributes" should do the trick. When just some of the attributes shall be tested, you have to use "attribute_value_filter" (for details take a look at the operator description).
If this is not what you wanted, you will probably have to specify the task in more detail.
Regards
Matthias
I have tested it with Filtter Exampels, the result was not what I wantet. I have Attribute_value_filtter unfortunately not found. But I try to explain my problem with an Example.customer ID 111 111 has not given his address and I want to see after filter the data the number ID 111111. by Example-Filter I noticed that for example three customer have not given their Adress but I did not Know Which one! ??? I've done it wrong? thank you for your reply.
colo is correct. If you just want to find all rows where there is a missing value in the address column, then use this very simple process: Regards,
Marco
thanks a lot for your help. but I am total new and I do not know, how can I run It ??? can you please tell it me.
in the main process design window are 2 tabs: Process and XML. To design a process you're using the Process tab, however if you need the xml which describes the process, you can click the XML tab and edit the xml directly. So switch to the XML tab, replace everything in there with the code I posted above, and click the green Apply Changes button. Now you can switch back to Process and edit the parameters so the process fits your needs.
Regards,
Marco
it works . Thanks a lot for your help.