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

to_numpy

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

Reference

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'