added toc for rows.map examples

pull/1263/head
Scott Anderson 2020-08-04 08:58:24 -06:00
parent 13e97b8fd5
commit 456fef4da5
1 changed files with 4 additions and 1 deletions

View File

@ -42,7 +42,10 @@ explicitly mapped in the operation.
{{% /note %}}
## Examples
The examples below use a `data` variable that represents the following input tables:
- [Perform mathemtical operations on column values](#perform-mathemtical-operations-on-column-values)
- [Preserve all columns in the operation](#preserve-all-columns-in-the-operation)
- [Attempt to remap columns in the group key](#attempt-to-remap-columns-in-the-group-key)
---