We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d918f0 commit 12bb6d0Copy full SHA for 12bb6d0
asv_bench/benchmarks/eval.py
@@ -45,7 +45,7 @@ def setup(self):
45
index = pd.date_range('20010101', periods=N, freq='T')
46
s = pd.Series(index)
47
self.ts = s.iloc[halfway]
48
- self.df = pd.DataFrame({'a': np.random.randn(N), 'dates': s},
+ self.df = pd.DataFrame({'a': np.random.randn(N), 'dates': index},
49
index=index)
50
data = np.random.randn(N)
51
self.min_val = data.min()
0 commit comments