Skip to content

Commit 7cb7592

Browse files
authored
Update eval_performance.py (#50679)
I think there is someone has forgotten or maybe delete this by mistaken : import numpy as np
1 parent 279138c commit 7cb7592

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/scripts/eval_performance.py

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
from pandas import DataFrame
77

88
setup_common = """from pandas import DataFrame
9+
import numpy as np
910
df = DataFrame(np.random.randn(%d, 3), columns=list('abc'))
1011
%s"""
1112

0 commit comments

Comments
 (0)