Skip to content

concatenate two tables horizontally #150

@shashi

Description

@shashi

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions