We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7ca7e6 commit 128e148Copy full SHA for 128e148
doc/source/whatsnew/v0.22.0.txt
@@ -62,7 +62,7 @@ Other API Changes
62
- Rearranged the order of keyword arguments in :func:`read_excel()` to align with :func:`read_csv()` (:issue:`16672`)
63
- :func:`pandas.merge` now raises a ``ValueError`` when trying to merge on incompatible data types (:issue:`9780`)
64
- :func:`wide_to_long` previously kept numeric-like suffixes as ``object`` dtype. Now they are cast to numeric if possible (:issue:`17627`)
65
-- comment arg is exposed as a named parameter in :func:`read_excel`
+- in :func:`read_excel`, the ``comment`` argument is now exposed as a named parameter (:issue:`18735`)
66
67
.. _whatsnew_0220.deprecations:
68
0 commit comments