Procedures and functions
The procedures and functions of the python3 module fail in case of Python compile-time or run-time errors.
Call a Python object, a function, with optional input arguments and convert the result to a Mosel variable.
|
|
Execute Python statements from a string.
|
|
Get the result of a Python expression as Mosel variable.
|
|
Initialize a list of Mosel arrays from the columns of a pandas DataFrame.
|
|
Initialize the Python interpreter.
|
|
Set
pyusepandas parameter to true and initialize the pandas interface.
|
|
Run a Python script and wait until it is finished.
|
|
Assign a Mosel value to a global Python variable.
|
|
Convert a list of Mosel arrays to a pandas DataFrame.
|
|
Release the Python interpreter and its resources.
|