PandasGUI
PandasGUI copied to clipboard
A GUI for Pandas DataFrames
Hello, Is there a way for users to re-name columns within the GUI itself?

**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,...
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.  Is there a way...
 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) ```...
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. 