This repository has been archived by the owner on Apr 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 133
No completions for df.reset_index() #806
Comments
Please provide complete code with imports. |
Apologies, it is here:
|
Did analysis actually finished? Duplication probably should be addressed by #620 |
Yes. I reproduced the same process this morning and i only get: (I'm using the same virtual environment as in #821.) |
Figured out my issue here as well. Was accidentally using an environment in which the pandas_datareader.data module wasn't detected. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
VSCode Version: 1.32.3
Extension Version: 2019.2.5558
OS: Windows 10
Python 3.7.2
LS Version: 0.2.28.0
Using Conda virtual environment
Was working through this quick, easy tutorial here. Was expecting df.reset_ to at the very least yield df.reset_index(), a common operation when using Pandas. However, I got the following display:
The text was updated successfully, but these errors were encountered: