pandastable icon indicating copy to clipboard operation
pandastable copied to clipboard

Table analysis in Tkinter using pandas DataFrames.

Results 58 pandastable issues
Sort by recently updated
recently updated
newest added

First time inquiry, please bare with me. Is it possible to directly copy and paste data table from excel to pandastable? I noticed it is working other way around(can copy...

So I am trying plot three different of data on same graph, the difference between the ranges are big that one plot appears as a line. ![image](https://user-images.githubusercontent.com/52348293/182310211-42d20ab5-d751-4647-9f69-076c7852224a.png)

Currently copy works file at cell, multicell and column level. It would be great if we can enable at row level.

Right click on row numbers show popup even when enable_menus is set to False. This can be fixed by adding below code to headers.py file in line number 681. if...

This function does not what it should do I call it but the column size remains

hi, i wondered wether it was possible to drag/move a row up and down in a pandastable gui object. i haven’t been able to do this on macos.If the features...

Hi, when I set the column colour by value if The table is very long and I need to scroll down with the mouse, the colours are wrongly shown! any...

I have tried to download a set of data but it doesn't seem to plot anything ...

Unable to use pandastable with certain themed tkinter window. Seems to work fine with ThemedTk but throws an exception when using ttkbootstrap. Do you know how to fix this incompatibility?...

The following exception is thrown: ``` File "c:\Programs\Python37\lib\site-packages\pandastable\core.py", line 488, in redraw self.redrawVisible(event, callback) File "c:\Programs\Python37\lib\site-packages\pandastable\core.py", line 470, in redrawVisible self.colorRows() File "c:\Programs\Python37\lib\site-packages\pandastable\core.py", line 581, in colorRows colors = rc[colname].loc[idx]...