Open
Description
Currently, it is a huge mess. There is a mixture of inplace methods and methods returning a new AxisCollection.
I think we should make sure all methods are returning a new AxisCollection by default, and optionally implement an inplace argument for the methods where we really need an inplace version.
see also #783