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

ENH: Improve error message for empty object array #23718

Merged
merged 2 commits into from
Nov 17, 2018

Commits on Nov 15, 2018

  1. ENH: Improve error message for empty object array

    Improve the error message shown when an object array is empty
    
    closes pandas-dev#23572
    bashtage committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    904576a View commit details
    Browse the repository at this point in the history
  2. TST: Add tests for all None

    Test exception is hit when all values in an object column are None
    Extend the test for strl conversion to ensure this case passes (as expected)
    bashtage committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    527a1e3 View commit details
    Browse the repository at this point in the history