🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

how to add new column with an attribute's name and empty values

User: "EL75"
New Altair Community Member
Updated by Jocelyn
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

Find more posts tagged with

Sort by:
1 - 4 of 41
    User: "MartinLiebig"
    Altair Employee
    Accepted Answer
    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




    User: "EL75"
    New Altair Community Member
    OP
    thank you!
    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?
    User: "lionelderkrikor"
    New Altair Community Member
    Accepted Answer
    Hi @EL75,

    To modify the column position, you can use the Reorder Attributes operator

    Regards,

    Lionel
    User: "EL75"
    New Altair Community Member
    OP
    thanks again :)