Problem --------- In #242 we had a disscussion how to implement indexer like ``iloc`` for ``TextFileReader`` objects (see https://github.com/glamod/cdm_reader_mapper/pull/242#pullrequestreview-2731930390). Since we couldn't solve this issue in that PR it is reasonable to create this new issue which may lead to a new PR. Tasks ------ - [ ] implement indexer like ``iloc`` for ``TextFileReader`` objects - [ ] restructure and simplify magic method ``__getattr__`` for ``DataBundles``