Json Woo
Json Woo
> Generate code from GUI interactions; State restoration & Undo > > * https://news.ycombinator.com/item?id=26384396 (bamboolib author) > > * https://github.com/mito-ds/monorepo > * https://github.com/tkrabel/bamboolib > * https://github.com/man-group/dtale#predefined-filters > * from https://docs.trymito.io/getting-started/overview-of-the-mitosheet...
For now, you can make it with pandas APIs. Suppose we have a dataframe `df` with fields `A`, `B` and `date`, and now we want an overlay view of `A...
> Hi, I am interested in contributing to this Issue. > > However, I am new to this repository. > > I understand the modifications described, but I am not...
Actually, they've already been usable together since PyGWalker allowed rendering data directly to HTML code with `pyg.to_html` from #25. you can try ```python html_pannel = pannel.pn.HTML(pyg.to_html(df)) html_pannel ``` for it....
@philippjfr Congrats on your achievement! Looking forward to your new release and subsequent feedback.
> While I have you, what's the rough expectation on what the rough magnitude in the size of data you expect graphic-walker to stay performant with? For the current version...
Have you tried [this](https://github.com/Kanaries/pygwalker/issues/10#issuecomment-1447823367)? https://github.com/Kanaries/pygwalker/issues/10#issuecomment-1447823367 It seems like a problem caused by the security policies of databricks.
There're several cases that may lead to this result. https://docs.databricks.com/visualizations/html-d3-and-svg.html https://stackoverflow.com/questions/67153253/display-ipython-core-display-html-object-in-spark You can try with a smaller dataframe sample and use `displayHTML(pyg.to_html(df, ...))` instead of `pyg.walk(df, ...)`. If the problem...
Thanks for your feedback! Coincidentally, I am working on it. Please join our [Slack](https://join.slack.com/t/kanaries-community/shared_invite/zt-1pcosgbua-E_GBPawQOI79C41dPDyyvw) or [Discord](https://discord.gg/Z4ngFWXz2U) channel to track our progress.
Hello, sorry for the late reply. I noticed that you've already found the PR for importing and exporting charts. https://github.com/Kanaries/pygwalker/pull/73#issue-1615629744 . To avoid confusion, here is a note that this...