We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 432fe6b commit 3eabbe9Copy full SHA for 3eabbe9
doc/source/whatsnew/v1.1.0.rst
@@ -784,6 +784,7 @@ Reshaping
784
- Bug in :func:`concat` was not allowing for concatenation of ``DataFrame`` and ``Series`` with duplicate keys (:issue:`33654`)
785
- Bug in :func:`cut` raised an error when non-unique labels (:issue:`33141`)
786
- Bug in :meth:`DataFrame.replace` casts columns to ``object`` dtype if items in ``to_replace`` not in values (:issue:`32988`)
787
+- Ensure only named functions can be used in :func:`eval()` (:issue:`32460`)
788
789
790
Sparse
0 commit comments