25 lines
883 B
Markdown
25 lines
883 B
Markdown
---
|
|
title: Transform data with mathematic operations
|
|
seotitle: Transform data with mathematic operations in Flux
|
|
list_title: Transform data with math
|
|
description: >
|
|
Use the [`map()` function](/flux/v0/stdlib/universe/map)
|
|
to remap column values and apply mathematic operations.
|
|
influxdb/cloud/tags: [math, flux]
|
|
menu:
|
|
influxdb_cloud:
|
|
name: Transform data with math
|
|
parent: Query with Flux
|
|
weight: 208
|
|
related:
|
|
- /flux/v0/stdlib/universe/map
|
|
- /flux/v0/stdlib/universe/reduce/
|
|
- /flux/v0/language/operators/
|
|
- /flux/v0/function-types#type-conversions, Flux type-conversion functions
|
|
- /influxdb/cloud/query-data/flux/calculate-percentages/
|
|
list_query_example: map_math
|
|
source: /shared/influxdb-v2/query-data/flux/mathematic-operations.md
|
|
---
|
|
|
|
<!-- The content of this file is at
|
|
// SOURCE content/shared/influxdb-v2/query-data/flux/mathematic-operations.md--> |