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 field count will also be `0` for range indexes. I just checked and range indexes can have a name in Pandas, but I don't know if we persist them, can you check?
This test should pass because the 2 df that need to be compacted have different names.
Currently it doesn't fail, because the index names for range indexes are not passed through to the cpp layer and only the name of the first one is stored in the normalization metadata.
Originally posted by @alexowens90 in #2116 (comment)
The text was updated successfully, but these errors were encountered: