Lisp-Stat / data-frame

Data frames for Common Lisp
https://lisp-stat.github.io/data-frame
Microsoft Public License
27 stars 4 forks source link

Implement destructive version of remove-columns #3

Closed Symbolics closed 2 years ago

Symbolics commented 3 years ago

According to convention, this would be named remove-columns!. The non-destructive version and replace-column! show how this should be done.

snunez1 commented 2 years ago

This can now be implemented using remove-column!