dotnet / dotnet/machinelearning
Suggestion - Make CreateColumn on DataFrame.IO Public
Open
area-DataFrame
- Dominant language
- C#
- Stars
- 9.4k
- Forks
- 2k
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 11
Description
Making this method public would allow others to make their own extensions to easily create DataFrame objects without having to infer the object type based on the data type themselves.
With this method being private, others might have to duplicate it in their own code.
Contributor guide
Assessment
This issue has not been assessed yet.