-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
EnhancementMissing-datanp.nan, pd.NaT, pd.NA, dropna, isnull, interpolatenp.nan, pd.NaT, pd.NA, dropna, isnull, interpolateTestingpandas testing functions or related to the test suitepandas testing functions or related to the test suite
Description
This is a follow-up from #32281, specifically on this comment from jreback.
test_unique_null
, test_nunique_null
and test_value_counts_null
should be tested for pd.NA
and pd.NaT
as well, ideally using the nulls_fixture
from pandas/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.
Metadata
Metadata
Assignees
Labels
EnhancementMissing-datanp.nan, pd.NaT, pd.NA, dropna, isnull, interpolatenp.nan, pd.NaT, pd.NA, dropna, isnull, interpolateTestingpandas testing functions or related to the test suitepandas testing functions or related to the test suite