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 4a0238f commit 96912d6Copy full SHA for 96912d6
asv_bench/benchmarks/io/excel.py
@@ -8,6 +8,8 @@
8
from pandas import DataFrame, ExcelWriter, date_range, read_excel
9
import pandas.util.testing as tm
10
11
+from ..pandas_vb_common import setup # noqa: F401
12
+
13
14
def _generate_dataframe():
15
N = 2000
@@ -66,6 +68,3 @@ def setup(self, engine):
66
68
def time_read_excel(self, engine):
67
69
fname = self.fname_odf if engine == "odf" else self.fname_excel
70
read_excel(fname, engine=engine)
-
71
-from ..pandas_vb_common import setup # noqa: F401
0 commit comments