-
Notifications
You must be signed in to change notification settings - Fork 412
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
Mis-renamed colums crash dtale under Jupyter #55
Comments
aschonfeld
pushed a commit
that referenced
this issue
Jan 26, 2020
aschonfeld
pushed a commit
that referenced
this issue
Jan 26, 2020
aschonfeld
pushed a commit
that referenced
this issue
Jan 26, 2020
aschonfeld
pushed a commit
that referenced
this issue
Jan 26, 2020
aschonfeld
pushed a commit
that referenced
this issue
Jan 26, 2020
aschonfeld
pushed a commit
that referenced
this issue
Jan 26, 2020
Fixed in v1.7.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following minimal example will cause the Jupyter kernel to crash with all sorts of amazing looking IO errors:
The subtle error here is where I rename a column over the top of another one. This new dataframe seems to look OK, and can be printed to a terminal, but dtale blows up when rendering it.
Ideally, pandas should not allow me to do this, and this might just be dtale not being able to handle corrupted internal memory in pandas (in which case I'll go file this in pandas instead).
The text was updated successfully, but these errors were encountered: