Skip to content

Reduce the number of copies in binary operations in DataFrame #5663

Open
@pgovind

Description

@pgovind

We make copies of columns in the binary operation APIs mostly to reuse existing code. PrimitiveDataFrameColumnArithmetic should be improved to work on columns of different types. Once that is done, we likely won't need any more copies.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions