GitHub Copilot AI Assistant cannot generate insights from DataFrame only code? #6045
Unanswered
neenbohratwork
asked this question in
Q&A
Replies: 1 comment
|
@neenbohratwork are you using the |
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.
Hi Marimo community,
I’m trying to use Marimo AI Assistant powered by GitHub Copilot (BASE_URL = https://api.githubcopilot.com/, model = gpt-4o-mini) to analyze a Pandas DataFrame and get insight/explanation (not code), but I’m running into an issue.
Here’s an example with fake data:
When I try to ask the AI Assistant in Marimo something like:
It responds:
Even after converting to markdown and running the cell, it still does not read the actual data and only provides guidance, not concrete insight.
It seems the AI Assistant (GitHub Copilot) only generates code based on variables, and cannot provide direct explanations/insights from DataFrames.
Question:
Has anyone experienced this issue? Is there a way to make AI Assistant read the DataFrame and give text explanations or summaries without forcing it to generate Python code?
I know that if I want explanations or summaries, I can use Marimo UI Chat + AI completion, but I just wanted to try using the GitHub Copilot AI Assistant.
Since I’m making a report in Marimo, it would be really nice if I could ask and get answers directly next to the report.
Thanks in advance for any suggestions!
All reactions