PyExplode

new to Analytica 7.0

PyExplode( obj, indexes, localIndexName, excludeTypes )

Expands a Python object into an Analytica data structure, if possible. Only one level is exploded for Python Collections, so for example, if you explode a Dict of Tuples, the result is an Analytica array with one cell per Dict entry, but the elements are still Python tuple objects.

  • NumPy array
  • DataFrame
  • Images & Figures

See also

Comments


You are not allowed to post comments.