pandas-selectable
pandas-selectable copied to clipboard
Disable assignment
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.