Code Options
Customize your Mito generated code by converting it to a function, selecting parameters and more.
Configuring Code Options
Parameter
Type
Description
{
'as_function': True,
'call_function': True,
'function_name': 'my_function',
'function_params': {'file_path': "original_data.csv"},
'import_custom_python_code': False,
}Last updated
Was this helpful?