You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With pandas 0.20.1, IPython 6.0.0 (stack from conda-forge) I have:
In [31]: obj=pd.Categorical(['foo', 'bar', 'baz'])
In [32]: obj.<TAB>/home/wesm/miniconda/envs/book-env/lib/python3.6/site-packages/jedi/evaluate/compiled/__init__dgetattr(obj, name)
I'm not sure the origin or meaning in the output, but it's a bad smell that may confuse users