Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve PrimitiveDataFrameColumn.BinaryOperations.tt #5665

Open
pgovind opened this issue Jan 24, 2020 · 0 comments
Open

Improve PrimitiveDataFrameColumn.BinaryOperations.tt #5665

pgovind opened this issue Jan 24, 2020 · 0 comments
Assignees
Labels
Microsoft.Data.Analysis All DataFrame related issues and PRs

Comments

@pgovind
Copy link

pgovind commented Jan 24, 2020

The template code in PrimitiveDataFrameColumn.BinaryOperations.tt should really be improved. As part of this, also consider improving the binary operations behavior when types mismatch. For ex: At the moment, PrimitiveDataFrameColumn<int> + PrimitiveDataFrameColumn<float> return a PrimitiveDataFrameColumn<double>(as a DataFrameColumn). Should investigate if this behavior can be improved.

@pgovind pgovind self-assigned this Jan 24, 2020
@pgovind pgovind transferred this issue from dotnet/corefxlab Mar 6, 2021
@pgovind pgovind added the Microsoft.Data.Analysis All DataFrame related issues and PRs label Mar 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Microsoft.Data.Analysis All DataFrame related issues and PRs
Projects
None yet
Development

No branches or pull requests

1 participant