Closed chriss2401 closed 4 years ago
Hi @pgovind and @eerhardt,
If there is consensus on keeping only one project (M.D.A), then I can roll back the changes and open a PR that only closes #2926, and then another one for #2902.
Another option could be that there is a high level public function in M.D.A which loads a csv and then all the helper functions are in the I.O. related one. That way there are two separations and the user can just call M.D.A.
@chriss2401 I think rolling back the changes and fixing only #2926 and #2902 is a good idea! I really like the fixes for those 2 issues. Once my .NET 5 work is done, I'll work on a full fledged LoadCsv
method that should fix all our parsing concerns with LoadCsv
@chriss2401 I think rolling back the changes and fixing only #2926 and #2902 is a good idea! I really like the fixes for those 2 issues. Once my .NET 5 work is done, I'll work on a full fledged
LoadCsv
method that should fix all our parsing concerns withLoadCsv
Sounds good! I opened a PR for #2902 , will afterwards open one for #2926. Closing this PR :)
Hi @eerhardt and @pgovind ,
The following pull request adds the following features to
Microsoft.Data.Analysis
:pgovind:DataframeIO
)LoadCsv
function).CultureInfo
object as a input parameter in the public API with unit tests - related to #2926NaN
is assigned.Please review at your own convenience.
Christos.