From 456fef4da5ca1deab287a55f3fcb4cec9bd42b5b Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Tue, 4 Aug 2020 08:58:24 -0600 Subject: [PATCH] added toc for rows.map examples --- content/v2.0/reference/flux/stdlib/contrib/rows/map.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/v2.0/reference/flux/stdlib/contrib/rows/map.md b/content/v2.0/reference/flux/stdlib/contrib/rows/map.md index de9e9fb77..e5e97a4c0 100644 --- a/content/v2.0/reference/flux/stdlib/contrib/rows/map.md +++ b/content/v2.0/reference/flux/stdlib/contrib/rows/map.md @@ -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) ---