pygwalker icon indicating copy to clipboard operation
pygwalker copied to clipboard

PyGWalker: Turn your pandas dataframe into an interactive UI for visual analysis

Results 125 pygwalker issues
Sort by recently updated
recently updated
newest added

I am getting this javascript error whenever I run pygwalker over a dataframe on my local jupyter notebook. ![image](https://user-images.githubusercontent.com/28071719/220619346-7d2fccc4-b5ff-4fac-9cdc-e1f2e4626434.png)

bug

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...

bug
good first issue

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| |---|---|...

bug
graphic-walker

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...

enhancement

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...

enhancement
Vote if you want it

Top Panels and Left Sidebars always cause a strange offset while dragging pills from the field list, see the GIF ![Feb-20-2023 12-53-27](https://user-images.githubusercontent.com/8137814/220013675-064f4333-e303-4275-a111-3ad9d54390ed.gif)

bug
graphic-walker

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...

good first issue
graphic-walker

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.

enhancement
graphic-walker

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...