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
Related issues: #8515, #14673
Author: Guilherme Beltramini <[email protected]>
Closes#17613 from gcbeltramini/xlrd-import and squashes the following commits:
dee1998 [Guilherme Beltramini] Add PR number and blank line
c2759cb [Guilherme Beltramini] Throw ImportError
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.21.0.txt
+2-1
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,7 @@ Other Enhancements
116
116
- :func:`Styler.where` has been implemented. It is as a convenience for :func:`Styler.applymap` and enables simple DataFrame styling on the Jupyter notebook (:issue:`17474`).
117
117
- :func:`MultiIndex.is_monotonic_decreasing` has been implemented. Previously returned ``False`` in all cases. (:issue:`16554`)
118
118
- :func:`Categorical.rename_categories` now accepts a dict-like argument as `new_categories` and only updates the categories found in that dict. (:issue:`17336`)
119
+
- :func:`read_excel` raises ``ImportError`` with a better message if ``xlrd`` is not installed. (:issue:`17613`)
119
120
120
121
121
122
.. _whatsnew_0210.api_breaking:
@@ -523,7 +524,7 @@ I/O
523
524
- Bug in :func:`read_stata` where the index was not set (:issue:`16342`)
524
525
- Bug in :func:`read_html` where import check fails when run in multiple threads (:issue:`16928`)
525
526
- Bug in :func:`read_csv` where automatic delimiter detection caused a ``TypeError`` to be thrown when a bad line was encountered rather than the correct error message (:issue:`13374`)
526
-
- Bug in ``DataFrame.to_html()`` with ``notebook=True`` where DataFrames with named indices or non-MultiIndex indices had undesired horizontal or vertical alignment for column or row labels, respectively (:issue:`16792`)
527
+
- Bug in ``DataFrame.to_html()`` with ``notebook=True`` where DataFrames with named indices or non-MultiIndex indices had undesired horizontal or vertical alignment for column or row labels, respectively (:issue:`16792`)
0 commit comments