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 3c7c26d commit 0b5fe0fCopy full SHA for 0b5fe0f
pandas/io/api.py
@@ -4,8 +4,7 @@
4
5
from pandas.io.parsers import read_csv, read_table, read_fwf
6
from pandas.io.clipboard import read_clipboard
7
-from pandas.io.excel import ExcelFile, ExcelWriter, read_excel
8
-from pandas.io.ods import OdsFile, read_ods
+from pandas.io.excel import ExcelFile, OdsFile, ExcelWriter, read_excel
9
from pandas.io.pytables import HDFStore, Term, get_store, read_hdf
10
from pandas.io.json import read_json
11
from pandas.io.html import read_html
0 commit comments