Hi,

Here's a small test to replicate my issue:

In [1]: import pandas as pd
In [2]: test = pd.DataFrame({'a': [1,2,3], 'b': [5,10,15]})
In [3]: test
Out[3]: 
   a   b
0  1   5
1  2  10
2  3  15
In [4]: test['a'].copy().min()
Out[4]: 1

In [5]: test.a.copy(

Typing a parenthesis after the 'copy' opens and closes instantly several 
command windows. Any additional opening round bracket will do the same too 
(i.e. ' ...copy(((( ' ).

I have this behaviour on:
1- Spyder 3.1.4 - python 3.6.1 - IPython.version_info (5, 3, 0, '') - 
windows 7 Pro 64bits
2- Spyder 3.1.4 - python 3.5.3 - IPython.version_info (5, 3, 0, '') - 
windows 7 Pro 64bits

Thank you to help me identify the cause of these windows.


-- 
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 https://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.

Reply via email to