You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
COMPAT: make read_excel accept path objects as filepath
Convert path objects to string before attempting to read
Update docstrings read_excel and ExcelFile
Add fix to release notes
pep8 formatting
Just stringify path objects using existing function
Condense logic for different file/path types
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.18.1.txt
+1
Original file line number
Diff line number
Diff line change
@@ -169,3 +169,4 @@ Bug Fixes
169
169
- Bug in ``pivot_table`` when ``margins=True`` and ``dropna=True`` where nulls still contributed to margin count (:issue:`12577`)
170
170
- Bug in ``Series.name`` when ``name`` attribute can be a hashable type (:issue:`12610`)
171
171
- Bug in ``.describe()`` resets categorical columns information (:issue:`11558`)
172
+
- ``read_excel`` now accepts path objects (e.g. ``pathlib.Path``, ``py.path.local``) for the file path, in line with other ``read_*`` functions (:issue:`12655`)
0 commit comments