dotnet / dotnet/machinelearning

Implement non-nullable versions of the ApplyElementwise and Apply APIs on DataFrame

Open
#5,667 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

Follow up from: https://github.com/dotnet/corefxlab/issues/2812

F# has issues dealing with nullable types. For cases where a column doesn't have null values, non-nullable versions of these API are easier to use in F#. If the APIs are called when `NullCount > 0`, we could just throw.

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.