Skip to documentation content
On this page
  1. Reference contract
  2. Contract
  3. Signature
  4. Authoritative source

to_numpy

Return the table as a NumPy array without making NumPy an SDK dependency.

Reference contract

FieldValueDescription
symboltelion_api.Table.to_numpy
signature(*, dtype: 'Any' = None) -> 'Any'
returnAny

Return the table as a NumPy array without making NumPy an SDK dependency.

Contract

PropertyValue
symboltelion_api.Table.to_numpy
signature(*, dtype: 'Any' = None) -> 'Any'
returnAny

Signature

telion_api.Table.to_numpy(*, dtype: 'Any' = None) -> 'Any'

Authoritative source

Catalog
python:telion_api.__all__
Identity
telion_api.Table.to_numpy
Path
sdk/python/telion_api/model.py
Symbol
telion_api.Table.to_numpy