From 50532e1ef9fe532c1a300c0e6e7db0f5ebcc100c Mon Sep 17 00:00:00 2001 From: Bruce Durling Date: Fri, 19 Jan 2024 14:23:01 +0000 Subject: [PATCH] fix tyop in index.clj just being a good gnome --- notebooks/index.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/index.clj b/notebooks/index.clj index 1d0ff02..6c7e437 100644 --- a/notebooks/index.clj +++ b/notebooks/index.clj @@ -571,7 +571,7 @@ Grouping is done by calling `group-by` function with arguments: * `:as-dataset` (default) - return grouped dataset * `:as-indexes` - return rows ids (row number from original dataset) * `:as-map` - return map with group names as keys and subdataset as values -* `:as-seq` - return sequens of subdatasets +* `:as-seq` - return sequence of subdatasets - `:select-keys` - list of the columns passed to a grouping selector function All subdatasets (groups) have set name as the group name, additionally `group-id` is in meta.