experimental.spread() 函数
experimental.spread()
随时可能更改。
experimental.spread()
返回每个输入表的 _value
列中最小值和最大值之间的差值。
函数类型签名
(<-tables: stream[{A with _value: B}]) => stream[{A with _value: B}] where B: Numeric
有关更多信息,请参阅函数类型签名。
参数
tables
输入数据。 默认为管道转发数据 (<-
)。
示例
返回最小值和最大值之间的差值
import "experimental"
import "sampledata"
sampledata.float()
|> experimental.spread()
此页内容对您有帮助吗?
感谢您的反馈!