Skip to documentation content
On this page
  1. Reference
  2. Contract
  3. Signature

map

Return a new field by applying a transform to each scalar/vector tuple.

Reference

FieldValueDescription
symboltelion_api.Field.map
signature(transform: 'Callable[[float | list[float]], Any]', name: 'str | None' = None, unit: 'str | None' = None) -> "'Field'"
return'Field'

Return a new field by applying a transform to each scalar/vector tuple.

Contract

PropertyValue
symboltelion_api.Field.map
signature(transform: 'Callable[[float | list[float]], Any]', name: 'str | None' = None, unit: 'str | None' = None) -> "'Field'"
return'Field'

Signature

telion_api.Field.map(transform: 'Callable[[float | list[float]], Any]', name: 'str | None' = None, unit: 'str | None' = None) -> "'Field'"