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've noticed the generated documentation for to_csv strips backslashes in the newline character
line_terminator : string, default ‘n’
I thought it was a case of slash stripping, but I checked the code and it's double backslashed there - so the doc generation is a bit aggressive. The IO doc is fine, its code is the same - double backslashed.