We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d22658a + 2a1e362 commit 689f52dCopy full SHA for 689f52d
pandas/tests/indexing/test_scalar.py
@@ -335,4 +335,3 @@ def test_multiindex_series_at_set():
335
assert series.at[1, 3] == 3
336
series.loc[1, 3] = 4
337
assert series.loc[1, 3] == 4
338
-
0 commit comments