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

to_pandas

Return the table as a pandas DataFrame when pandas is installed.

Reference

FieldValueDescription
symboltelion_api.Table.to_pandas
signature(self) -> 'Any'
returnAny

Return the table as a pandas DataFrame when pandas is installed.

Contract

PropertyValue
symboltelion_api.Table.to_pandas
signature(self) -> 'Any'
returnAny

Signature

telion_api.Table.to_pandas(self) -> 'Any'