Skip to content

Commit d896fe0

Browse files
committed
document removed exceptions
1 parent 1dd518b commit d896fe0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/whatsnew/v0.20.0.txt

+2
Original file line numberDiff line numberDiff line change
@@ -884,6 +884,8 @@ Other API Changes
884884
methods (:issue:`15830`)
885885
- ``DataFrame`` and ``Panel`` constructors with invalid input will now raise ``ValueError`` rather than ``PandasError``, if called with scalar inputs and not axes (:issue:`15541`)
886886

887+
- ``DataFrame`` and ``Panel`` constructors with invalid input will now raise ``ValueError`` rather than ``pandas.core.common.PandasError``, if called with scalar inputs and not axes; The exception ``PandasError`` is removed as well. (:issue:`15541`)
888+
- The exception ``pandas.core.common.AmbiguousIndexError`` is removed as it is not referenced (:issue:`15541`)
887889

888890
.. _whatsnew_0200.deprecations:
889891

0 commit comments

Comments
 (0)