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

BUG: is_bool_dtype raises AttributeError when checking categorical Series #45616

Commits on Jan 25, 2022

  1. Add categorical Series to test_is_bool_dtype

    robbie committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    2827637 View commit details
    Browse the repository at this point in the history
  2. Fix is_bool_dtype to work with categorical Series

    Categories are taken from dtype.categories instead of trying to get them from series.categories
    robbie committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    d96c7ca View commit details
    Browse the repository at this point in the history
  3. Add record of bugfix to v1.4.1 release notes

    robbie committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    c83c22f View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. Configuration menu
    Copy the full SHA
    044ed4d View commit details
    Browse the repository at this point in the history
  2. Correct function reference in whatsnew docs

    robbie committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    dcf2b46 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Merge remote-tracking branch 'upstream/main' into 45615-is-bool-dtypp…

    …e-support-categorical-series
    
    # Conflicts:
    #	doc/source/whatsnew/v1.4.1.rst
    robbie committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    a93e880 View commit details
    Browse the repository at this point in the history