PandasGUI icon indicating copy to clipboard operation
PandasGUI copied to clipboard

A GUI for Pandas DataFrames

Results 79 PandasGUI issues
Sort by recently updated
recently updated
newest added

Hello, Is there a way for users to re-name columns within the GUI itself?

enhancement

![Screenshot from 2022-07-31 20-05-35](https://user-images.githubusercontent.com/107836085/182032157-48d460c3-1bf6-486c-82ec-be6ed527d507.png)

bug

**Describe the bug** When I try to run the example code on a Jupyter Notebook: ```python import pandas as pd from pandasgui import show df = pd.DataFrame(([[1, 2, 3], [4,...

bug

Originally posted by **gemGreg** January 31, 2022 In the old version of PandasGUI there was a way to plot multiple signals on one line plot. ![image](https://user-images.githubusercontent.com/7453447/151777966-afad982e-08a3-4a62-b623-edb8456558ce.png) Is there a way...

![pandasgui_screenshot](https://user-images.githubusercontent.com/63906605/163915430-f51c95ab-74a1-4716-95c9-6fc57eef30da.JPG) The pandasgui app does not fit in the window. I have searched as far as I know, but could not find a solution, so I am asking my question...

System: Windows 10. Python 3.9.12 Hi. PandasGUI is not responding after appearing in VS code Jupyter notebook (see figure). It works when I do show(data, settings={'block': True}) but the jupyter...

When I run the demo on the github page, I get an OpenGL error : ``` from pandasgui import show from pandasgui.datasets import pokemon, titanic, all_datasets show(pokemon, titanic) show(**all_datasets) ```...

bug

Is it possible to filter data by containing string value? For example, having following data in the `my_column`: "Example 1" "This is example 1" "This is" I would like to...

displaying 3 decimal digits is not enough for small numbers a lot of my data is less than 1e-5 need to use scientific notation or upto 9 decimal digits

installed pandasgui using pip install on windows 8. tried running the sample code but its showing "cannot import name show from pandasgui" every time. please help. ![Capture](https://user-images.githubusercontent.com/61818718/112423921-86511a80-8d59-11eb-9302-83cdaa277b6a.JPG)