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 05fa958 commit 05efa8eCopy full SHA for 05efa8e
doc/scripts/eval_performance.py
@@ -5,6 +5,8 @@
5
6
from pandas import DataFrame
7
8
+#check
9
+
10
setup_common = """from pandas import DataFrame
11
import numpy as np
12
df = DataFrame(np.random.randn(%d, 3), columns=list('abc'))
0 commit comments