-
Notifications
You must be signed in to change notification settings - Fork 21
Open

Description
Currently *cat
of NamedArray
s drop the column/row names. It would be nice if the behavior was the same as R, where names are merged in the dimension perpendicular to the bound and are kept in the other iff they overlap, dropped otherwise.
This would raise the question of what doing if two combined NamedArrays contain the same name for a row/column: warning and dropping names or error? R ignores this problem and permit that named vectors / matrices have multiple rows/cols with the same name (when you select that name it will return only the first istance among the cases).
I have already implemented an alternative hcat
function that would keep names, but it's important to define the behavior in caso of conflicting names.
hdavid16
Metadata
Metadata
Assignees
Labels
No labels