-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Labels
Description
One question is should this be called hcat
? -- if we see a table as a vector of rows, this is inconsistent with hcat on vectors. I'd suggest something like hstack
but that may conflate with the stack
unstack
concept.
It would be nice to explore generally selections with multiple tables. Something like: select(table1, table2, All(), All())
but there needs to be API to interleave columns from both tables, in other words to refer to columns from either table at a time.
piever