Closed mwilensky768 closed 3 years ago
This PR gives a keyword inplace to select that when True does the select inplace on the INS object (default) or when False, returns a copy of the selected object without touching the original object.
inplace
Will close #82
Rebased to include CI changes.
This PR gives a keyword
inplace
to select that when True does the select inplace on the INS object (default) or when False, returns a copy of the selected object without touching the original object.