Kanaries / pygwalker

PyGWalker: Turn your pandas dataframe into an interactive UI for visual analysis
https://kanaries.net/pygwalker
Apache License 2.0
13.43k stars 701 forks source link

Create calculated measure in Pygwalker #353

Closed longxiaofei closed 10 months ago

longxiaofei commented 11 months ago

Is your feature request related to a problem? Please describe. I'm always frustrated when I want to flexibly create a calculated field in the UI.

Describe the solution you'd like I can create a field and describe the results of this field through sql, like superset.

Describe alternatives you've considered not sure, I want to know other's suggestions.

longxiaofei commented 11 months ago

Related discussions: #207

longxiaofei commented 11 months ago

Hi, @353913575, @ddealwis09

Do you have any suggestions for this?

Edu126 commented 10 months ago

I don't know if I'm misunderstanding but maybe this can work, https://github.com/Kanaries/graphic-walker/wiki/How-to-Create-Computed-field-in-Graphic-Walker

longxiaofei commented 10 months ago

@Edu126 Yes, I forgot to close this issue.