df[df['Technique ID'] == 'T1087']
- response: df[df['Technique ID'] == 'T1087']
Traceback (most recent call last):
File "./.venv/lib/python3.10/site-packages/llama_index/experimental/query_engine/pandas/output_parser.py", line 40, in default_output_processor
tree = ast.parse(output)
File "/usr/lib/python3.10/ast.py", line 50, in parse
return compile(source, filename, mode, flags,
File "<unknown>", line 2
- response: df[df['Technique ID'] == 'T1087']
^^^^^^^^^^
SyntaxError: illegal target for annotation
Pandas Output: There was an error running the output as Python code. Error message: illegal target for annotation (<unknown>, line 2)
Pandas Instructions:
df[(df['Technique ID'] == 'T1087')]['Detection Method']