Skip to content

Join functionality #7

@luucvanderzee

Description

@luucvanderzee

Add functionality to join DataContainers, something like

const container1 = new DataContainer(someData)
const container2 = new DataContainer(someOtherData)

const joined = container1.join(container2, {
  join: 'inner',
  fromKey: 'keyColumn',
  toKey: 'otherKeyColumn'
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions