We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2a6302 commit 3f9d0a1Copy full SHA for 3f9d0a1
doc/source/whatsnew/v0.22.0.txt
@@ -193,7 +193,7 @@ Other API Changes
193
- Rearranged the order of keyword arguments in :func:`read_excel()` to align with :func:`read_csv()` (:issue:`16672`)
194
- :func:`pandas.merge` now raises a ``ValueError`` when trying to merge on incompatible data types (:issue:`9780`)
195
- :func:`wide_to_long` previously kept numeric-like suffixes as ``object`` dtype. Now they are cast to numeric if possible (:issue:`17627`)
196
-- 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`)
197
198
.. _whatsnew_0220.deprecations:
199
0 commit comments