Elwynn Chen

Results 75 comments of Elwynn Chen

I did have plan to migrate some of the causal analysis ability to pygwalker from [RATH](https://github.com/Kanaries/Rath). It can be interesting to do causals with both python and interactive causal graphs...

> It would be amazing to test PyGWalker in a [Hugging Face space](https://huggingface.co/spaces), particularly on datasets hosted on the Hub. That's a great idea. Besides running a pygwalker app for...

> Nice! In terms of using Gradio with Pygwalker, we can embed any sort of HTML using the HTML component. So you could do for example: > > ```python >...

> Nice! In terms of using Gradio with Pygwalker, we can embed any sort of HTML using the HTML component. So you could do for example: > > ```python >...

> Awesome! As I mentioned beofre, we're working on making it possible for Gradio users to create their own custom components -- meaning that you'll be able to take an...

Hi, the correct way to use kernel computation engine is: ```py pyg.walk(allsubs, use_kernel_calc=True) ``` Would you mind try the above code?

## Thoughts update I think a good way to implement this is through a `measure value` + `measure name` field in graphic-walker, which is basically `fold` operation. There is already...

For charts, there is a limit for 2 dimensions in each axis direction due to the chart ability to render nest facet. But I think the limitation for table is...

Can you please share more information about what problem you meet and how you expect to solve it.

Sure, that's a good idea. There might be some small problems about how to design the unique for a cell in juypter to bind the related visualization. @longxiaofei