pygwalker
pygwalker copied to clipboard
PyGWalker: Turn your pandas dataframe into an interactive UI for visual analysis
I am getting this javascript error whenever I run pygwalker over a dataframe on my local jupyter notebook. 
Hi magic people, I don't know if it is up to the HEX developers or you, but it would be nice if the library could work on HEX notebooks as...
I'm quite enjoying this, but I have come across a serious data interpretation problem. I have a dataframe read like so: ``` df = pd.read_sql_query(query,conn, parse_dates=['date']) ``` However, the datetime...
A DataFrame in the format of |x_x|y_y| |---|---| | 1| 3| | 2| 4| will work fine. The following column naming will result in visible but "unusable" data. |x.x|y.y| |---|---|...
Is it possible to add support for Streamlit? I think that using the components API from streamlit and a Jinja template that puts the HTML and Javascript file into one...
Hi maintainers, Hope this message finds you in good health. I wanted to reach out to ask if it's possible to add support for Plotly Dash. It's useful for creating...
Top Panels and Left Sidebars always cause a strange offset while dragging pills from the field list, see the GIF 
How do you make a histogram chart of one attribute (column)? (without pre-calculating the histogram data before putting the data into pygwalker, of course) I fiddled with the UI for...
Currently, using `pyg.walk(df)` on a Jupyter Notebook with a dark theme renders a white widget, where most text are so low contrast that they are effectively invisible.
Hi 👋 , Congrats on the pygwalker release. I'm the maintainer of [VegaFusion](https://vegafusion.io/), which is an open source project that provides server-side scaling for Vega visualizations by automatically extracting Vega...