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 1b654c9 commit a6b1503Copy full SHA for a6b1503
pandas/_testing/asserters.py
@@ -842,7 +842,12 @@ def assert_series_equal(
842
check_names : bool, default True
843
Whether to check the Series and Index names attribute.
844
check_exact : bool, default False
845
- Whether to compare number exactly. Only takes effect for float dtypes.
+ Whether to compare number exactly.
846
+
847
+ .. versionchanged:: 2.2.0
848
849
+ Defaults to True for integer dtypes if non of
850
+ ``check_exact``, ``rtol`` and ``atol`` are specified.
851
check_datetimelike_compat : bool, default False
852
Compare datetime-like which is comparable ignoring dtype.
853
check_categorical : bool, default True
0 commit comments