Hi,
I have just updated to spyder 4.
First of all, I would like thank you for your great work,
new features are amazing.
However, I have noticed that moderately large data frames are very
slow to open in the variable explorer.
For instance, the data frame below will open instantly in spyder 3
while taking a few seconds in spyder 4:
import numpy as np
import pandas as pd
df=pd.DataFrame(np.arange(40000).reshape(4000,10))
All the best,
Greg
--
You received this message because you are subscribed to the Google Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email to spyderlib+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/spyderlib/f7eabbac-54df-4b75-9f8b-76f8e81a89fa%40googlegroups.com.