Skip to content

Commit

Permalink
DYN-6009-Extended-Node-Help-Missing_2 (#14582)
Browse files Browse the repository at this point in the history
* DYN-6009-Extended-Node-Help-Missing_2

I've added the documentation (md, dyn, jpg files) for the next list of 18 nodes (using Monocle package), I forgot to include the next nodes in the first PR:

- List.Sublists
- List.Insert
- List.TakeEveryNthItem
- List.ReplaceItemAtIndex
- List.GroupByFunction
- List.GroupByKey
- List.NormalizeDepth
- List.Shuffle
- List.Transpose
- List.Reorder
- List.Sort
- List.Reverse
- List.SortByFunction
- List.ShiftIndices
- List.SortByKey
- List.SortIndexByValue
- List.MinimumItemByKey
- List.MaximumItemByKey

* DYN-6009-Extended-Node-Help-Missing_2

Fixing conflicts for the List.Sublists node documentation.
  • Loading branch information
RobertGlobant20 authored Nov 9, 2023
1 parent 83fdc96 commit caa3268
Show file tree
Hide file tree
Showing 54 changed files with 7,769 additions and 10 deletions.
426 changes: 426 additions & 0 deletions doc/distrib/NodeHelpFiles/DSCore.List.GroupByKey.dyn

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions doc/distrib/NodeHelpFiles/DSCore.List.GroupByKey.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## In Depth
`List.GroupByKey` groups items from an input list based on a list of keys. The list of keys should have the same number of elements as the input list. Items in the original list that correspond to matching keys are grouped together in an output list.

In the example below, we use a range of numbers between 0 and 9 as the input list. We also generate a list of 10 random numbers between 0 and 4 to use as the keys. `List.GroupByKey` outputs a nested list of elements, grouped according to the corresponding key. It also outputs a list of the unique keys.
___
## Example File

![List.GroupByKey](./DSCore.List.GroupByKey_img.jpg)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit caa3268

Please sign in to comment.