You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 aPrimitiveDataFrameColumn<double>(as a DataFrameColumn)
. Should investigate if this behavior can be improved.The text was updated successfully, but these errors were encountered: