dotnet / dotnet/machinelearning

Add strongly typed APIs to DataFrame

Open
#5,692 0 comments 0 reactions 1 assignee Claimed by @pgovind View on GitHub
area-DataFrame
Dominant language
C#
Stars
9.4k
Forks
2k
Avg merge
2d 20h
Merged PRs (30d)
11

Description

Binary Ops and Computations should have more strongly typed APIs. Generating APIs for all combinations of all column types seems like overkill, but straightforward strong typing seems like a reasonable compromise. For ex:

```
string a = "foo";
string b = "bar";

??? c = a + b;
```

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.