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

Python interpreter command does not refresh table display #9

Open
Goran-L opened this issue May 30, 2022 · 2 comments
Open

Python interpreter command does not refresh table display #9

Goran-L opened this issue May 30, 2022 · 2 comments

Comments

@Goran-L
Copy link

Goran-L commented May 30, 2022

Hi,
Disclaimer: I might be misusing the python command/interpreter, or it might be a bug as well ^^

When I execute a python command in the interpreter, the Table Display does not updates after the command.
Whereas the Table info shows that the command was executed (The column "Deux" is created... but not visible).
I think the screenshot below is a better explanation.

How to update the Table display? Am I missing something?

Thanks in advance

Goran
image

EDIT:
I just found a workaround (or normal behaviour): The Table Display gets refreshed with Clean Table Button

@dmnfarrell
Copy link
Owner

Currently you have to update the table by calling table.refresh() and for some operations like overwriting the df you need to re-assign the table dataframe first using table.model.df = df
Maybe a button is needed here to do this update but the terminal will only be used by those knowing pandas.

@Goran-L
Copy link
Author

Goran-L commented May 31, 2022

Thanks for the table.refresh() hint, I missed that one.👍

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