pandas-selectable icon indicating copy to clipboard operation
pandas-selectable copied to clipboard

Disable assignment

Open jseabold opened this issue 5 years ago • 0 comments

Currently not preventing assigning to a selectable column. E.g., something like dta.select.ColumnName = "I mistyped ==!" won't fail and leads to a bad time.

jseabold avatar Sep 08 '20 18:09 jseabold