We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6755f08 commit 079b60fCopy full SHA for 079b60f
doc/source/whatsnew/v0.22.0.txt
@@ -193,6 +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`
197
198
.. _whatsnew_0220.deprecations:
199
0 commit comments