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

Mis-renamed colums crash dtale under Jupyter #55

Closed
eeaston opened this issue Jan 21, 2020 · 1 comment
Closed

Mis-renamed colums crash dtale under Jupyter #55

eeaston opened this issue Jan 21, 2020 · 1 comment

Comments

@eeaston
Copy link

eeaston commented Jan 21, 2020

The following minimal example will cause the Jupyter kernel to crash with all sorts of amazing looking IO errors:

import dtale
import pandas as pd

df = pd.DataFrame([[1,2],[3,4]], columns=['a','b'])

dtale.show(df.rename(columns={'a':'b'}))

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).

aschonfeld pushed a commit that referenced this issue Jan 28, 2020
 - redesign of charts popup to use plotly/dash
 - [#55](#55): raise exception
 - when data contains duplicate column names
 - heatmap integration
 - combination of "_main.jsx" files into one for spacial optimization
aschonfeld pushed a commit that referenced this issue Jan 28, 2020
 - redesign of charts popup to use plotly/dash
 - [#55](#55): raise exception
 - when data contains duplicate column names
 - heatmap integration
 - combination of "_main.jsx" files into one for spacial optimization
aschonfeld pushed a commit that referenced this issue Jan 28, 2020
 - redesign of charts popup to use plotly/dash
 - [#55](#55): raise exception
 - when data contains duplicate column names
 - heatmap integration
 - combination of "_main.jsx" files into one for spacial optimization
aschonfeld pushed a commit that referenced this issue Jan 28, 2020
 - redesign of charts popup to use plotly/dash
 - [#55](#55): raise exception
 - when data contains duplicate column names
 - heatmap integration
 - combination of "_main.jsx" files into one for spacial optimization
aschonfeld pushed a commit that referenced this issue Jan 28, 2020
 - redesign of charts popup to use plotly/dash
 - [#55](#55): raise exception when data contains duplicate column names
 - heatmap integration
 - combination of "_main.jsx" files into one for spacial optimization
 - made arctic an "extra" dependency
aschonfeld pushed a commit that referenced this issue Jan 28, 2020
 - redesign of charts popup to use plotly/dash
 - [#55](#55): raise exception when data contains duplicate column names
 - heatmap integration
 - combination of "_main.jsx" files into one for spacial optimization
 - made arctic an "extra" dependency
aschonfeld pushed a commit that referenced this issue Jan 28, 2020
 - redesign of charts popup to use plotly/dash
 - [#55](#55): raise exception when data contains duplicate column names
 - heatmap integration
 - combination of "_main.jsx" files into one for spacial optimization
 - made arctic an "extra" dependency
aschonfeld pushed a commit that referenced this issue Jan 28, 2020
 - redesign of charts popup to use plotly/dash
 - [#55](#55): raise exception when data contains duplicate column names
 - heatmap integration
 - combination of "_main.jsx" files into one for spacial optimization
 - [#15](#15): made arctic an "extra" dependency
aschonfeld pushed a commit that referenced this issue Jan 28, 2020
 - redesign of charts popup to use plotly/dash
 - [#55](#55): raise exception when data contains duplicate column names
 - heatmap integration
 - combination of "_main.jsx" files into one for spacial optimization
 - [#15](#15): made arctic an "extra" dependency
aschonfeld pushed a commit that referenced this issue Jan 28, 2020
 - redesign of charts popup to use plotly/dash
 - [#55](#55): raise exception when data contains duplicate column names
 - heatmap integration
 - combination of "_main.jsx" files into one for spacial optimization
 - [#15](#15): made arctic an "extra" dependency
@aschonfeld
Copy link
Collaborator

Fixed in v1.7.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants