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
It would be really good, having load working properly with delim as a keyword argument, as it is claimed in the documentation. Let me know if this can be done in reasonable time by a person like me, working with julia at a user level until now.
Yes, this should actually be a really simple change: we just have to change the four fileio_load functions here so that delim is no longer an optional, but instead a keyword argument.
And then update tests etc., but in general this should be a simple change. A PR would be very welcome!
See issue queryverse#16.
`load` accepts `delim` as a keyword argument for CSV files and/or TSV files. The delimiting character may also be specified as the second positional argument (as before).
No description provided.
The text was updated successfully, but these errors were encountered: