Closed pgovind closed 4 years ago
Fix for https://github.com/dotnet/corefxlab/issues/2979
Technically, one could specify the column types in LoadCsv, but I think this behavior of defaulting to a StringDataFrameColumn makes the API behave better.
LoadCsv
StringDataFrameColumn
Fix for https://github.com/dotnet/corefxlab/issues/2979
Technically, one could specify the column types in
LoadCsv
, but I think this behavior of defaulting to aStringDataFrameColumn
makes the API behave better.