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
If the column names contain non-ASCII strings, the Encoding info will be lost when reading from the local feather file. The following example is run on my Mac.
It will be even worse if it's run on a Windows machine because it seems like feather will try to convert the column names to native encoding from unknown encoding, leading to garbage column names that can never be converted back.
If the column names contain non-ASCII strings, the
Encoding
info will be lost when reading from the local feather file. The following example is run on my Mac.It will be even worse if it's run on a Windows machine because it seems like
feather
will try to convert the column names tonative
encoding fromunknown
encoding, leading to garbage column names that can never be converted back.Minimal Reproducible Example
sessionInfo()
On Windows the output will become
The text was updated successfully, but these errors were encountered: