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
I'm not sure there's a standard way to emit arrays in CSV files. Certainly raw toString() isn't ideal, however. Putting this on the backlog for now, until we do a project to improve CSV writing.
Description
If you have a table with a Java array column, then the write_csv call dumps out a toString representation.
Steps to reproduce
Expected results
A file containing "[]".
Actual results
Versions
The text was updated successfully, but these errors were encountered: