TheDocumentation Index
Fetch the complete documentation index at: https://docs.athina.ai/llms.txt
Use this file to discover all available pages before exploring further.
CodeExecution dynamic column will execute a python function on every row of your dataset.
This can be useful to transform your data, which is often useful as an intermediary step for running evaluations or prompts.
Output type: any
Inputs
- Code: The code to be executed.
main.
The function will receive the row as a dictionary and should return the transformed row.
For example: