Kanaries / pygwalker

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

optimized gradio server hack function #453

Closed blondon1 closed 6 months ago

blondon1 commented 6 months ago

avoids explicit enumeration and index access, it also replaces the inner loop with a list comprehension and breaks out of the loop once the target object is found to prevent unnecessary iterations