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) ---