You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bar chart is easy to add, we just need to compute the proportions for each category in the db and then use them to generate the plot.
The other ones are a bit more challenging. The naive approach would be to download all the data and use it to create the line/scatter plot, but this defeats the purpose of using JupySQL, since the idea is to leverage the SQL engine. we might wanna implement something like this: https://datashader.org/
Feedback from community:
It'd be great to have the option to do other kinds of plots with the sqlplot magic:
https://jupysql.ploomber.io/en/latest/api/magic-plot.html
The text was updated successfully, but these errors were encountered: