We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3839dfe commit e7aae84Copy full SHA for e7aae84
asv_bench/benchmarks/frame_methods.py
@@ -76,7 +76,7 @@ def time_reindex_axis1_missing(self):
76
self.df.reindex(columns=self.idx)
77
78
def time_reindex_both_axes(self):
79
- self.df.reindex(index=self.idx, columns=self.idx)
+ self.df.reindex(index=self.idx, columns=self.idx_cols)
80
81
def time_reindex_upcast(self):
82
self.df2.reindex(np.random.permutation(range(1200)))
0 commit comments