experimental.mean() function
experimental.mean()
is subject to change at any time.
experimental.mean()
computes the mean or average of non-null values in the _value
column
of each input table.
Output tables contain a single row the with the calculated mean in the _value
column.
Function type signature
(<-tables: stream[{A with _value: float}]) => stream[{A with _value: float}]
Parameters
tables
Input data. Default is piped-forward data (<-
).
Examples
Calculate the average value of input tables
import "experimental"
import "sampledata"
sampledata.float()
|> experimental.mean()
Was this page helpful?
Thank you for your feedback!
Support and feedback
Thank you for being part of our community! We welcome and encourage your feedback and bug reports for Flux and this documentation. To find support, use the following resources:
Customers with an annual or support contract can contact InfluxData Support.