We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8af47cf commit e69febeCopy full SHA for e69febe
asv_bench/benchmarks/io/excel.py
@@ -1,10 +1,10 @@
1
from io import BytesIO
2
3
import numpy as np
4
+
5
from odf.opendocument import OpenDocumentSpreadsheet
6
from odf.table import Table, TableCell, TableRow
7
from odf.text import P
-
8
from pandas import DataFrame, ExcelWriter, date_range, read_excel
9
import pandas.util.testing as tm
10
0 commit comments