Replies: 1 comment
-
It's good at generating analyses if they can be done in pure SQL. That's usually powerful enough for a lot of usecases. But if the analysis requires multiple steps (generate a subset of results and then perform more analyses on that) then it won't work well. Let's wait for more user feedback on this one before deciding whether it's worth solving. I think it can be solved with DataLine given the cyclical nature of our agentic workflow. |
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
-
I was asked if DataLine could be used to perform sql-based analyses on datasets (averages, standard deviations) and generate charts out of it.
Is that something it supports well? Can you give an example?
Beta Was this translation helpful? Give feedback.
All reactions