We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd86d6a commit 8f7e719Copy full SHA for 8f7e719
doc/source/whatsnew/v1.0.2.rst
@@ -32,6 +32,10 @@ Bug fixes
32
33
- Using ``pd.NA`` with :meth:`DataFrame.to_json` now correctly outputs a null value instead of an empty object (:issue:`31615`)
34
35
+**Testing**
36
+
37
+- Fixed bug where :meth:`assert_numpy_array_equal` would raise a ``TypeError`` when encountering ``pd.NA`` (:issue:`31881`)
38
39
.. ---------------------------------------------------------------------------
40
41
.. _whatsnew_102.contributors:
0 commit comments