dotnet / dotnet/machinelearning
Cannot read in non supported types in a csv file in DataFrame
Open
area-DataFrame
- Dominant language
- C#
- Stars
- 9.4k
- Forks
- 2k
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 11
Description
Even if the type is provided to `LoadCsv` via the `DataTypes` parameter, we will still throw an `ArgumentNotSupported` exception. 1 possible approach is to take in a dictionary of type to delegate to call when we encounter not supported types in `LoadCsv`.
Contributor guide
Assessment
This issue has not been assessed yet.