dotnet / dotnet/machinelearning

Reduce the number of copies in binary operations in DataFrame

Open
#5,663 0 comments 0 reactions 0 assignees View on GitHub
area-DataFrame
Dominant language
C#
Stars
9.4k
Forks
2k
Avg merge
2d 20h
Merged PRs (30d)
11

Description

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.