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?