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.

With the "Read Excel" operator, how can I make it read only the visible cells?

PrenticePrentice Member Posts: 66 Maven
Say, my Excel sheet has a couple of hidden cells that I don't want to be in my process, can I make it so that RapidMiner doesn't account for these?
Tagged:

Best Answer

Answers

  • Telcontar120Telcontar120 RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,635 Unicorn
    You can omit certain columns from being read in by deselecting them as part of the import wizard.  And if you have a few header rows at the top they can also be omitted.  But there isn't a way to skip individual cells, you would have to deal with those after import within RapidMiner using some other logic.
    Brian T.
    Lindon Ventures 
    Data Science Consulting from Certified RapidMiner Experts
  • PrenticePrentice Member Posts: 66 Maven
    But when using the "Read Excel" operator, there is no import wizard to omit these. Is there an other operator that is able to detect hidden rows or columns or is this only possible when importing the excel file via the repository?
  • PrenticePrentice Member Posts: 66 Maven
    Ah ok, well thanks for that clarification. Also thanks for answering a lot of my questions, you've been really helpful
  • Telcontar120Telcontar120 RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,635 Unicorn
    No, as Ingo said, you are better off simply importing the whole sheet and then removing the unwanted elements later by using Select Attributes and Filter Examples or other similar approaches.
    Brian T.
    Lindon Ventures 
    Data Science Consulting from Certified RapidMiner Experts
Sign In or Register to comment.