-
Notifications
You must be signed in to change notification settings - Fork 915
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] Display issue with IntervalIndex containing nulls #9863
Comments
This issue has been labeled |
This issue has been labeled |
With some of the recent refactors of Index internals we now get a much clearer error here:
What is missing is a string representation of IntervalColumn:
or more clearly:
There are two options for solving this issue:
|
This was fixed in #13958 |
Describe the bug
Today we can display interval index that contains no nulls
But if source data contains null, nothing is displayed
Expected behavior
Pandas output:
Referring to our current behavior, I think it's ok to output
for now.
Environment overview (please complete the following information)
Environment details
Click here to see environment details
The text was updated successfully, but these errors were encountered: