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
But seems not working this way anymore after #34081 , is this length check here correct (so it is designed this way on purpose)? or we should consider it a bug?
It's not just tuples, it's also any other "scalar" object that might have a length (eg dicts when storing those, but for example also Shapely geometries).
I seem to remember we have had this conversation before .. (don't directly remember the exact issue though)
I would maybe start with reverting, and can then try to think of a better solution.
emm, okay, i haven't looked at the changes in detail, sounds impact quite many cases. maybe let's revert it first then. thanks for the input @jorisvandenbossche
It seems trace back to #34081
with Index we could do something like:
And it's also possible to do the same for Index with tuples:
But seems not working this way anymore after #34081 , is this length check here correct (so it is designed this way on purpose)? or we should consider it a bug?
cc @jbrockmendel
currently master:
The text was updated successfully, but these errors were encountered: