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

FILLINFINITY

Replace infinity values within input value

FILLINFINITY(series, value)

Fills the infinity values within a series with a specified value

Arguments

Argument

Description

series

Column containing infinity values

value

Value to replace infinity values with

Outputs

A column matching series with all infinity values replaced by the specified value

Example

Last updated

Was this helpful?