-
-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Closed
Labels
CleanInternalsRelated to non-user accessible pandas implementationRelated to non-user accessible pandas implementationMissing-datanp.nan, pd.NaT, pd.NA, dropna, isnull, interpolatenp.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Description
Is there a reason that both checknull and checknull_old are separate functions? It seems like they could be combined into one function with a parameter inf_as_na. This duplication also seems to be present with the isnaobj/isnaobj_old functions.
I'm asking since having this be unified would greatly simplify my work in #42147
Metadata
Metadata
Assignees
Labels
CleanInternalsRelated to non-user accessible pandas implementationRelated to non-user accessible pandas implementationMissing-datanp.nan, pd.NaT, pd.NA, dropna, isnull, interpolatenp.nan, pd.NaT, pd.NA, dropna, isnull, interpolate