PyExplode
Revision as of 17:19, 26 August 2025 by Calvin.lu (talk | contribs) (→PyExplode( obj, indexes, excludeTypes, keyIndexName ))
new to Analytica 7.0
PyExplode( obj, indexes, excludeTypes, localIndexName )
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
Enable comment auto-refresher