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
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v1.1.0.rst
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -236,6 +236,7 @@ Other enhancements
236
236
and :class:`~pandas.io.stata.StataWriterUTF8` (:issue:`26599`).
237
237
- :meth:`HDFStore.put` now accepts `track_times` parameter. Parameter is passed to ``create_table`` method of ``PyTables`` (:issue:`32682`).
238
238
- Make :class:`pandas.core.window.Rolling` and :class:`pandas.core.window.Expanding` iterable(:issue:`11704`)
239
+
- :meth:`read_excel` now checks if the engine passed as an argument can process the file provided and outputs a suggestion if it cannot (:issue:`34237`).
0 commit comments