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
Find more posts tagged with
Sort by:
1 - 4 of
41

HI @EL75,
you can just use Generate Attributes for this. If you need a numerical missing value you can use
MISSING_NUMERIC
for a nominal
MISSING_NOMINAL
Best,
Martin
Sort by:
1 - 2 of
21
HI @EL75,
you can just use Generate Attributes for this. If you need a numerical missing value you can use
MISSING_NUMERIC
for a nominal
MISSING_NOMINAL
Best,
Martin