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 0a9efad commit fe1a81eCopy full SHA for fe1a81e
pandas/tests/frame/methods/test_shift.py
@@ -692,7 +692,7 @@ def test_shift_with_iterable_series(self):
692
shifts = [0, 1, 2]
693
694
df = DataFrame(data)
695
- s: Series = df["a"]
+ s = df["a"]
696
tm.assert_frame_equal(s.shift(shifts), df.shift(shifts))
697
698
def test_shift_with_iterable_freq_and_fill_value(self):
0 commit comments