It would be useful to be able to use `Not` in *e.g.*: ```julia DataFrame(mtg, Not(:symbol)) ``` or: ```julia select!(mtg, Not(:symbol)) ```
It would be useful to be able to use
Notin e.g.:or: