Skip to content
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

COMPAT: rename isnull -> isna, notnull -> notna #16972

Merged
merged 4 commits into from
Jul 25, 2017
Merged

Commits on Jul 25, 2017

  1. COMPAT: rename isnull -> isna, notnull -> notna

    existing isnull, notnull remain user facing
    
    closes pandas-dev#15001
    jreback committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    05cbe39 View commit details
    Browse the repository at this point in the history
  2. revert DeprecationWarning

    jreback committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    72becbc View commit details
    Browse the repository at this point in the history
  3. update doc-strings

    jreback committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    4c3ebcd View commit details
    Browse the repository at this point in the history
  4. doc fixups

    jreback committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    25eadac View commit details
    Browse the repository at this point in the history