ReferenceAvailable
records
Return raw point or cell field data as row dictionaries. Detached point rows can include raw ``x``, ``y`` and ``z`` coordinates. Detached cell rows include raw cell connectivity, not computed centroid coordinates. Live sessions delegate table generation to Telion runtime.
Return raw point or cell field data as row dictionaries. Detached point rows can include raw x, y and z coordinates. Detached cell rows include raw cell connectivity, not computed centroid coordinates. Live sessions delegate table generation to Telion runtime.
Contract
| Property | Value |
|---|---|
| symbol | telion_api.Dataset.records |
| signature | (fields: 'Iterable[str]', location: 'str' = 'point', include_coordinates: 'bool' = True, include_index: 'bool' = True) -> 'list[dict[str, Any]]' |
| return | list[dict[str, Any]] |
Signature
telion_api.Dataset.records(fields: 'Iterable[str]', location: 'str' = 'point', include_coordinates: 'bool' = True, include_index: 'bool' = True) -> 'list[dict[str, Any]]'