adamerose / PandasGUI

A GUI for Pandas DataFrames
MIT No Attribution
3.17k stars 229 forks source link

Very slow to load dataframe of 369936 rows x 2 columns #195

Open FrancisThibaultNRC opened 2 years ago

FrancisThibaultNRC commented 2 years ago

Hi all,

I have been trying to use your cool and nice pandasGUI and it is really a useful tool.

However, to load the specified dataframe is quite fast, but the interactivity is difficult while making a x,y line graph, or almost impossible to do. I suggest to have a different thread for grapher tab, allowing the user to do something else in the meantime while applying finish button.

Any trick to overcome that situation.

Thanks.

Francis