We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7e9a4e commit 73cea1fCopy full SHA for 73cea1f
pandas/tests/indexing/interval/test_interval.py
@@ -232,5 +232,3 @@ def test_multiindex_with_interval_index(self):
232
result1 = df.loc[("b", 16)]
233
expected = Series([7, 8])
234
tm.assert_series_equal(result1, expected, check_names=False)
235
- result2 = df.loc["b"].loc[16]
236
- tm.assert_series_equal(result2, expected, check_names=False)
0 commit comments