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 think it would be really useful to have some option like this, or quotechar = false, etc., to tell CSV.read to not interpret any characters as quoted/escaped fields. If quotechar = '\0' is already the canonical solution, it would be great if this were listed more prominently in the help files and documentation.
Thanks on all the hard work on an awesome package!
The text was updated successfully, but these errors were encountered:
I just had an extremely helpful response on Julia Discourse from @quinnj regarding a fatal error while reading in a big messy dataset:
https://discourse.julialang.org/t/fatal-error-while-reading-in-messy-data-using-dataframes-csv/61314
I think it would be really useful to have some option like this, or quotechar = false, etc., to tell CSV.read to not interpret any characters as quoted/escaped fields. If quotechar = '\0' is already the canonical solution, it would be great if this were listed more prominently in the help files and documentation.
Thanks on all the hard work on an awesome package!
The text was updated successfully, but these errors were encountered: