We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3ecb84 commit 0231547Copy full SHA for 0231547
pandas/_testing/asserters.py
@@ -828,6 +828,7 @@ def assert_series_equal(
828
Whether to check the Series and Index names attribute.
829
check_exact : bool, default False
830
Whether to compare number exactly.
831
+ Note: Will be set to True if dtype is int
832
check_datetimelike_compat : bool, default False
833
Compare datetime-like which is comparable ignoring dtype.
834
check_categorical : bool, default True
0 commit comments