6

Let say I have a pandas DataFrame called "missing_data" , one of the columns is called "normalized-losses".

When I wrote

missing_data["normalized-losses"].

And then press tab I expected to see a lot of methods for pandas Series, HOWEVER, this is what I saw

missing_data["normalized-losses"].ipynb_checkpoints/

What is this, and how could I change it to auto-completion?

1 Answer 1

3

Had same issue recently. It started happening all sudden w/o any particular changes in Jupyter or Python. I found this solution that worked for me. In Jupyter Notebook run:

%config IPCompleter.greedy=True
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.