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
I am trying to delete rows and add rows to a dataframe, and it shows up in the table, however the dataframe is not updated (I check this through printing the dataframe)
I was also wondering if there was a way to hide columns, however keep them in the dataframe, just hide their view (currently pushing them t end and coloring black)
The text was updated successfully, but these errors were encountered:
I'd have to see how you are deleting the rows. You have to make the change to the model df.
You can't hide columns I'm afraid. This could be implemented but I don't have time unfortunately.
Hello,
I am trying to delete rows and add rows to a dataframe, and it shows up in the table, however the dataframe is not updated (I check this through printing the dataframe)
I was also wondering if there was a way to hide columns, however keep them in the dataframe, just hide their view (currently pushing them t end and coloring black)
The text was updated successfully, but these errors were encountered: