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 1354f04 commit 4a0238fCopy full SHA for 4a0238f
asv_bench/benchmarks/io/excel.py
@@ -1,10 +1,12 @@
1
from io import BytesIO
2
+
3
import numpy as np
-from pandas import DataFrame, date_range, ExcelWriter, read_excel
4
-import pandas.util.testing as tm
5
from odf.opendocument import OpenDocumentSpreadsheet
+from odf.table import Table, TableCell, TableRow
6
from odf.text import P
7
-from odf.table import Table, TableRow, TableCell
8
+from pandas import DataFrame, ExcelWriter, date_range, read_excel
9
+import pandas.util.testing as tm
10
11
12
def _generate_dataframe():
0 commit comments