how to add new column with an attribute's name and empty values
hi there,
I'd like to know how to add new column, define a name for attribute (head of the column) and keep empty values in the rows.
The reason is that I need to import an excel sheet in rapidminer, modify it (add columns and empty rows) and then import it in an other process that requires columns with empty values.
thank you in advance for your help
I'd like to know how to add new column, define a name for attribute (head of the column) and keep empty values in the rows.
The reason is that I need to import an excel sheet in rapidminer, modify it (add columns and empty rows) and then import it in an other process that requires columns with empty values.
thank you in advance for your help
Tagged:
0
Best Answers
-
MartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University ProfessorPosts:3,388RM Data Scientist嗨@EL75,you can just use Generate Attributes for this. If you need a numerical missing value you can useMISSING_NUMERIC
for a nominalMISSING_NOMINAL
Best,Martin
- Head of Data Science Services at RapidMiner -
Dortmund, Germany5 -
lionelderkrikor Moderator, RapidMiner Certified Analyst, MemberPosts:1,195Unicorn
Answers
could you tell me if there's a operator to modify the column position in the final result, I don't know why they are moved?