We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 279138c commit 7cb7592Copy full SHA for 7cb7592
doc/scripts/eval_performance.py
@@ -6,6 +6,7 @@
6
from pandas import DataFrame
7
8
setup_common = """from pandas import DataFrame
9
+import numpy as np
10
df = DataFrame(np.random.randn(%d, 3), columns=list('abc'))
11
%s"""
12
0 commit comments