Pandas slowness
Oh no! We can look into this. Do you have a code example we can run to reproduce your issue?
2 Replies
Even just code for the load -- doesn't have to be with your particular data file. Is it just, for example,
pd.read_csv()
that occassionally takes a long time?Hi Akshay, sorry for the delay. I did some investigation and the slowness emerged after I had added a certain number of other cells after the import. So far I have been avoiding it.