Skip to content
This repository was archived by the owner on Apr 10, 2024. It is now read-only.

Commit 5b73fa1

Browse files
Dieter Vandenbusschewesm
Dieter Vandenbussche
authored andcommitted
Put ExcelWriter in pandas namespace
1 parent 4f7ebcb commit 5b73fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
from pandas.core.format import (set_printoptions, reset_printoptions,
2727
set_eng_float_format)
28-
from pandas.io.parsers import read_csv, read_table, read_clipboard, ExcelFile
28+
from pandas.io.parsers import read_csv, read_table, read_clipboard, ExcelFile, ExcelWriter
2929
from pandas.io.pytables import HDFStore
3030
from pandas.util.testing import debug
3131

0 commit comments

Comments
 (0)