dotnet / corefxlab

This repo is for experimentation and exploring new ideas that may or may not make it into the main corefx repo.
MIT License
1.46k stars 345 forks source link

Missing values default to a `StringDataFrameColumn` #2982

Closed pgovind closed 4 years ago

pgovind commented 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.