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 encoding/decoding strings with errors allow you
to pass error handling strings. This works the same as
error handling for other encode/decode functions.
Defaults to 'strict', but you can pass 'ignore', 'replace',
etc.
Extends work done in #1706.
This is already in included in numpy but for convenience it would be nice to have this in pandas.
is nicer than for example
I find myself having to decode and encode a lot depending on what other libraries accept/return.
The text was updated successfully, but these errors were encountered: