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
The cause is that the dtype is being evaluated in the narrow context of the values present, and it just happens that at this size that inner level can be represented as U4. If we increase the size to increase the diversity of values, the expected object dtype is found.
I'm seeing some inconsistencies when trying to create frames with
object
dtype:Note that although most arrays do end up with an object dtype, the second level in
IH
isU4
.The text was updated successfully, but these errors were encountered: