Skip to content

Conversation

@parthava-adabala
Copy link
Contributor

idx = MultiIndex.from_product(levels)
assert idx.get_loc(tuple(key)) == 3

def test_multiindex_at_lookup_with_na_key(self):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this test passes for me on main. are you sure this PR addresses the listed bug?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jbrockmendel you’re right. I need to look into this deeper.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BUG: pd.concat() produces invalid index when inputs have Int64Dtype index with NAs

2 participants