We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aeed45e + 1622515 commit 8254cecCopy full SHA for 8254cec
pandas/tests/series/test_rank.py
@@ -19,7 +19,6 @@
19
from itertools import chain
20
import pandas.util._test_decorators as td
21
22
-
23
class TestSeriesRank(TestData):
24
s = Series([1, 3, 4, 2, nan, 2, 1, 5, nan, 3])
25
0 commit comments