Include tests for pd.NA and pd.NaT in tests/base/test_ops.py #32437
Labels
Enhancement
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Testing
pandas testing functions or related to the test suite
This is a follow-up from #32281, specifically on this comment from jreback.
test_unique_null
,test_nunique_null
andtest_value_counts_null
should be tested forpd.NA
andpd.NaT
as well, ideally using thenulls_fixture
frompandas/conftest.py
.As discovered/discussed in the mentioned PR, they would xfail for now. It's something that should be tested and ideally fixed though.
The text was updated successfully, but these errors were encountered: