We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f32698 commit 1037fc0Copy full SHA for 1037fc0
vb_suite/frame_methods.py
@@ -41,7 +41,7 @@
41
42
setup = common_setup + """
43
df = DataFrame(randn(1000, 1000))
44
-idx = range(400, 700)
+idx = np.arange(400, 700)
45
"""
46
47
frame_reindex_axis0 = Benchmark('df.reindex(idx)', setup)
0 commit comments