We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1aca7b commit f773b94Copy full SHA for f773b94
pandas/tests/frame/test_alter_axes.py
@@ -28,7 +28,7 @@
28
29
class TestDataFrameAlterAxes(TestData):
30
31
- def test_set_index_manually(self):
+ def test_set_index_directly(self):
32
df = self.mixed_frame.copy()
33
idx = Index(np.arange(len(df))[::-1])
34
0 commit comments