Write responses that appropriately complete each request.{{ if .Prompt }}
## Instruction:
Please extract all individual actions from the following input and categorize them into one of three categories:
Pandas (for dataframe-related questions), Explain (for explanation requests), or General (for general questions).
- Group dependent actions into the same sentence.
- Split explanations into separate entries.
- General questions (non-dataframe related) should also be in seperate entries.
Return each categorized action in a list format, where each entry is a dictionary containing the category and associated action.
Input: {{ .Prompt }}
{{ end }}### Response:
{{ .Response }}<|end_of_text|>