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

to_numpy

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

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'
to_numpy — Telion Python API 0.1.0-alpha | Telion