Skip to content

BUG: isna_old with td64, dt64tz, period #33158

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 31, 2020

Conversation

jbrockmendel
Copy link
Member

  • closes #xxxx
  • tests added / passed
  • passes black pandas
  • passes git diff upstream/master -u -- "*.py" | flake8 --diff
  • whatsnew entry

Started as a CLN branch and i left that in for now, can separate if desired. the bugfix is on L287.

@@ -297,6 +250,24 @@ def _isna_ndarraylike_old(obj):
return result


def _isna_string_dtype(values: np.ndarray, dtype: np.dtype, old: bool) -> np.ndarray:
# Working around NumPy ticket 1542
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not even sure this is the correct issue anymore :-< but can revist this whole thing later

@jreback jreback added Clean Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate labels Mar 31, 2020
@jreback jreback added this to the 1.1 milestone Mar 31, 2020
@jreback jreback merged commit 51f114b into pandas-dev:master Mar 31, 2020
@jreback
Copy link
Contributor

jreback commented Mar 31, 2020

thxs

@jbrockmendel jbrockmendel deleted the cln-missing branch March 31, 2020 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Clean Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants