Skip to content

Commit

Permalink
Merge pull request #132 from otfrom/patch-2
Browse files Browse the repository at this point in the history
fix tyop in index.clj
  • Loading branch information
genmeblog authored Apr 19, 2024
2 parents 627fe35 + 50532e1 commit e3e665d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/index.clj
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,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.
Expand Down

0 comments on commit e3e665d

Please sign in to comment.