From 9b5ba2669852bbb0f6b782129bd2203a2e6eee63 Mon Sep 17 00:00:00 2001 From: Bert Palm <bert.palm@ufz.de> Date: Tue, 21 Apr 2020 02:28:15 +0200 Subject: [PATCH] save --- dox/indexing_help.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dox/indexing_help.md b/dox/indexing_help.md index a77f27f..f817081 100644 --- a/dox/indexing_help.md +++ b/dox/indexing_help.md @@ -93,6 +93,11 @@ Indexer Table | example | type | on | like `.loc` | handling | conditions / hints | link | | ------- | ---- | --- | ----------- | -------- | ------------------ | ---- | +| `.aloc[any, 'a']` | scalar | columns |no | select graceful | - | [cols](#select-columns-gracefully)| + + +fooo +---- |[Column indexer](#select-columns-gracefully)| ---- | --- | ----------- | -------- | ------------------ | ---- | | `.aloc[any, 'a']` | scalar | columns |no | select graceful | - | [cols](#select-columns-gracefully)| | `.aloc[any, 'b':'z']` | slice | columns |yes| slice | - | [cols](#select-columns-gracefully)| -- GitLab