You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a vector is passed to the csv output, multiple lines are generated with each of the values being on own line, other columns intact. There is no warning this is happening and the behavior is a bit surprising.
How about requiring that when multiple values per item are passed to the CSV writer, the user must also indicate how these should be reported (i.e. multiple rows as above, multiple columns, joined by sth, or whatnot, just to make this explicit. Or if this can't be done, just make the multiple rows per item an explicit choice?
The text was updated successfully, but these errors were encountered:
When a vector is passed to the csv output, multiple lines are generated with each of the values being on own line, other columns intact. There is no warning this is happening and the behavior is a bit surprising.
How about requiring that when multiple values per item are passed to the CSV writer, the user must also indicate how these should be reported (i.e. multiple rows as above, multiple columns, joined by sth, or whatnot, just to make this explicit. Or if this can't be done, just make the multiple rows per item an explicit choice?
The text was updated successfully, but these errors were encountered: