framian
framian copied to clipboard
Test and fix for Csv.toFrame bug
This PR introduces a test illustrating the bug in Csv.toFrame (Issue #64), and a possible fix for it.
Thanks for this! The fix seems to work, but I'm a little concerned about doing an extraction per row with Rows vs the more batch-able Cols approach (for performance reasons). I'll take a look though and see if there is anything we can do...