More tags

pull/67/head
Nora 2019-02-13 14:00:48 -08:00
parent c6ad6a2482
commit 4c1d43d21a
6 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,7 @@
title: Create custom Flux functions
seotitle: Create custom Flux functions
description: Create your own custom Flux functions to transform and manipulate data.
v2.0/tags: [function, custom]
menu:
v2_0:
name: Create custom functions

View File

@ -4,6 +4,7 @@ seotitle: How to group data with Flux
description: >
This guide walks through grouping data with Flux by providing examples and
illustrating how data is shaped throughout the process.
v2.0/tags: [group]
menu:
v2_0:
name: Group data

View File

@ -2,6 +2,7 @@
title: Create histograms with Flux
seotitle: How to create histograms with Flux
description: This guide walks through using the histogram() function to create cumulative histograms with Flux.
v2.0/tags: [histogram]
menu:
v2_0:
name: Create histograms

View File

@ -2,6 +2,7 @@
title: Join data with Flux
seotitle: How to join data with Flux
description: This guide walks through joining data with Flux and outlines how it shapes your data in the process.
v2.0/tags: [join, flux]
menu:
v2_0:
name: Join data

View File

@ -2,6 +2,7 @@
title: Use regular expressions in Flux
seotitle: How to use regular expressions in Flux
description: This guide walks through using regular expressions in evaluation logic in Flux functions.
v2.0/tags: [regular, regex]
menu:
v2_0:
name: Use regular expressions

View File

@ -4,6 +4,7 @@ seotitle: How to sort and limit data with Flux
description: >
This guide walks through sorting and limiting data with Flux and outlines how
it shapes your data in the process.
v2.0/tags: [sort, limit]
menu:
v2_0:
name: Sort and limit data