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 we're being unnecessarily restrictive here as we're don't actually do anything with the encoding except keep it around for other systems to use. We occasionally translate fixed length string types to a numpy dtype, in which case we would raise if the encoding doesn't make sense in numpy land.
The text was updated successfully, but these errors were encountered:
I think we're being unnecessarily restrictive here as we're don't actually do anything with the encoding except keep it around for other systems to use. We occasionally translate fixed length string types to a numpy dtype, in which case we would raise if the encoding doesn't make sense in numpy land.
The text was updated successfully, but these errors were encountered: