Replies: 2 comments
-
I have the same problem, is there a solution? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @llermaly and @lwdnxu currently PandasAI does not handle multiple concurrent outputs. Depending on the user query, it identifies the most relevant output type, generate the corresponding code, and then outputs it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using pandasAI with Streamlit, and trying to handle multiple outpus. I had to override the _format_results method to get the charts working.
Now I would like to display the chart + the DF but I'm having no luck.
My custom format method:
The output :
The error:
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions