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

Arithmetic columns get deleted when applying filtering #259

Open
aedelgado19 opened this issue Sep 11, 2024 · 0 comments
Open

Arithmetic columns get deleted when applying filtering #259

aedelgado19 opened this issue Sep 11, 2024 · 0 comments

Comments

@aedelgado19
Copy link

If you make a column that is made out of other columns (ex: column 3 = column 1 + column 2) -- I have code that successfully makes this happen, and it fills a column in the display with data in every row -- it will get deleted upon filtering.

Steps to recreate issue:

  1. load in df
  2. apply filters to the df
  3. add in your own column in the code (I have a button that fills df[new_col] with data and then updates the display so it shows up)
  4. apply the same filters again, and the column you added in will delete from the display.
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

1 participant