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

Add WriteCsv plus unit tests. #2947

Closed dcostea closed 4 years ago

dcostea commented 4 years ago

I added WriteCsv method (plus some unit tests) to write a DataFrame to CSV file. This solves #2917.

@eerhardt @pgovind I have recreated the PR following Eric's recommendations from #2945. Please review.

dcostea commented 4 years ago

Apologies for the late review. I left some comments now :)

Do not worry. I'm sure you guys are very busy with .NET 5 :)

dcostea commented 4 years ago

Just the 1 comment to rename a var. Everything else looks really good! Great work!

Thank you everyone for all the help! :)