Python code executor for data validation
Created by
Stas Persiianenko
Execute a Python validation snippet with JSON stdin and receive parsed results, stderr diagnostics, exit code, and duration.
AI Code Runner Sandboxautomation-lab/ai-code-runner-sandbox
Status
Language
Exit code
Duration (ms)
+6 fieldsTextNumberBooleanListObject
Input
🧩 Runtime language(required):python
Code(required):import json, sys
rows=json.load(sys.stdin)['rows']
invalid=[i for i,row in enumerate(rows) if not row.get('email')]
print(json.dumps({'valid': len(rows)-len(invalid), 'invalidIndexes': invalid}))
Standard input:[object Object]
Parse stdout as JSON:true
⏱️ Execution timeout (seconds):5
Output fields
Status
Language
Exit code
Duration (ms)
Timed out
Standard output
Standard error
Parsed result
Saved files
Executed at
Sign up on Apify01
Create your Apify account to access the AI Code Runner Sandbox.
Start the run02
The Actor will start running based on the input automatically.
Receive the output03
Monitor the progress in real-time. You will be notified as soon as your dataset is complete and ready for review.
Integrate into your workflow04
The final output is delivered in JSON, CSV, or Excel format, ready to be plugged into your workflow.
