Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
excel columns
I am trying to setup a excel spreadsheet that will only look in one column but go thru all the rows and find all the occurrences.
right now I have to use extract document and specify each row, is their something that will do all the rows?
right now I have to use extract document and specify each row, is their something that will do all the rows?
Tagged:
0
Answers
Why can't you use Read Excel and use Filter Examples on it? Could you maybe post example data?
~Martin
Dortmund, Germany
a cell may have several sentences in it. a filter is to specific to what word you put in.
read it with read excel, make the attribute text and use process documents with tokenize and term occurrences should do the trick.
~Martin
Dortmund, Germany
Have you used Wordlist to Data on the wordlist? That should be exactly the format you wanted.
~Martin
Dortmund, Germany
I want descending order of the occurrences.so that it will be that the largest count of a word is displayed.
this is how i fixed it, there must be easier way but this is what i did.
added word list to data > write to csv > read to csv > sort (sort on the occurancts, desending)