We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ed889e commit 16df8a4Copy full SHA for 16df8a4
pandas/tests/indexing/test_partial.py
@@ -680,3 +680,4 @@ def test_index_name_empty(self):
680
expected = pd.DataFrame(
681
{"series": [1.23] * 4}, index=pd.RangeIndex(4, name="series_index")
682
)
683
+ tm.assert_frame_equal(df, expected)
0 commit comments