Openining a parenthesis of any function applied to a panadas dot accessed column in ipython console opens and closes several terminals

17 views
Skip to first unread message

Momo A.

unread,
Jul 20, 2017, 1:03:58 PM7/20/17
to spyder
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.


Carlos Córdoba

unread,
Jul 20, 2017, 1:07:49 PM7/20/17
to spyd...@googlegroups.com
Hi,

This looks like a bug, in Pandas or Spyder I can't tell for sure.

Please open an issue in our issue tracker:

https://github.com/spyder-ide/spyder/issues

so we don't forget to take a look at it in the future.


Cheers,
Carlos

El 20/07/17 a las 11:03, Momo A. escribió:
--
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 post to this group, send email to spyd...@googlegroups.com.
Visit this group at https://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.

Dan Codiga

unread,
Jul 21, 2017, 11:08:45 AM7/21/17
to spyder
In case it is helpful to know, ... my system and configuration, while not the same, is similar 

Spyder 3.1.4
python 3.5.2
IPython (5, 1, 0, '')
Windows 7 Pro 64bits
Pandas 0.19.1

but I can't replicate the issue.
Reply all
Reply to author
Forward
0 new messages