Skip to content

Commit

Permalink
Update eval_performance.py (#50679)
Browse files Browse the repository at this point in the history
I think there is someone has forgotten or maybe delete this by mistaken : import numpy as np
  • Loading branch information
casadipietra committed Jan 12, 2023
1 parent 279138c commit 7cb7592
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/scripts/eval_performance.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from pandas import DataFrame

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

Expand Down

0 comments on commit 7cb7592

Please sign in to comment.