Skip to content

Commit b95d80a

Browse files
davidovitchdavidovitch
authored and
davidovitch
committed
refactored so ods reading is done in the ExcelFile class
1 parent fc75da3 commit b95d80a

File tree

2 files changed

+211
-266
lines changed

2 files changed

+211
-266
lines changed

pandas/io/api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from pandas.io.parsers import read_csv, read_table, read_fwf
66
from pandas.io.clipboard import read_clipboard
7-
from pandas.io.excel import ExcelFile, OdsFile, ExcelWriter, read_excel
7+
from pandas.io.excel import ExcelFile, ExcelWriter, read_excel
88
from pandas.io.pytables import HDFStore, Term, get_store, read_hdf
99
from pandas.io.json import read_json
1010
from pandas.io.html import read_html

0 commit comments

Comments
 (0)