For the complete documentation index, see llms.txt. This page is also available as Markdown.

Avg

Gets the average value in the column

Avg(column) → 26.7
Avg(column2) → 2.0

Inputs

Avg(column)

  • column - A column to calculate an average for

Last updated