We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2177567 commit 543054aCopy full SHA for 543054a
pandas/tests/io/excel/conftest.py
@@ -7,6 +7,9 @@
7
8
@pytest.fixture
9
def frame(float_frame):
10
+ """
11
+ Returns the first ten items in fixture "float_frame".
12
13
return float_frame[:10]
14
15
0 commit comments