Hi all, I have seen several posts about spyder crashing while using pandas functions. However, I guess my problem is a little bit different since I experienced random crashes of spyder while typing/calling certain pandas functions in the spyder's editor and only in the editor.
For exemple the last crashes were while I typed mydataframe.div( and mydataframe.transpose I did use to experience some slowdown when typing the "dot" after the "mydataframe" before. but when recently using .div and .transpose then spyder crashed every single time. When these lines are typed into the console and then copy/paste into the editor, everything is fine and my script runs smoothly. I can't tell if it is due to a the fact that mydataframe is too large (I don't think so since it is only 50x16) or if it is due to these ".div"and ".transpose" functions. But it clearly seems than while typing the "dot" after the name of a pandas data frame in the editor, spyder is doing or looking for something that sometime only slowdown the edition, and sometimes leads to the crash. Hope you guys can help me to fix this. Many thanks Eric Python 2.7.10 |Anaconda 2.0.1 (x86_64)| (default, Sep 15 2015, 14:29:08) Spyder 2.3.4 Python 2.7.10 64bits, Qt 4.8.6, PyQt4 (API v2) 4.11.3 on Darwin Pandas 0.17.0 -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/d/optout.
