We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cf221d commit 45cfeb9Copy full SHA for 45cfeb9
doc/source/whatsnew/v2.0.0.rst
@@ -145,7 +145,8 @@ Deprecations
145
Removal of prior version deprecations/changes
146
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
147
- Disallow passing non-round floats to :class:`Timestamp` with ``unit="M"`` or ``unit="Y"`` (:issue:`47266`)
148
--
+- Removed keywords ``convert_float`` and ``mangle_dupe_cols`` from :func:`read_excel` (:issue:`41176`)
149
+- Disallow passing non-keyword arguments to :func:`read_excel` except ``io`` and ``sheet_name`` (:issue:`34418`)
150
151
.. ---------------------------------------------------------------------------
152
.. _whatsnew_200.performance:
0 commit comments