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 b13b851 commit d6d46f7Copy full SHA for d6d46f7
pandas/core/dtypes/missing.py
@@ -524,7 +524,6 @@ def _array_equivalent_object(
524
elif isinstance(left_value, float) and np.isnan(left_value):
525
if not isinstance(right_value, float) or not np.isnan(right_value):
526
return False
527
-
528
else:
529
with warnings.catch_warnings():
530
# suppress numpy's "elementwise comparison failed"
0 commit comments