You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
load in df
apply filters to the df
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)
apply the same filters again, and the column you added in will delete from the display.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: