-
Notifications
You must be signed in to change notification settings - Fork 769
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pd.DataFrame not in completion results #13
Comments
Same behavior with |
I think the stubs are alright here, but the only class that's showing as a completion off |
Is this perhaps related to this bug? microsoft/pyright#782 |
Looks like it but I will wait to confirm before marking this as fixed. |
I am getting this error as well. For example, Pylance thinks this is invalid because it cannot see the types of DataFrame: Pylance Version: 2020.6.1 |
This issue has been fixed in version 2020.7.0, which we've just released. You can find the changelog here: https://github.com/microsoft/pylance-release/blob/master/CHANGELOG.md#202070-9-july-2020 |
That was a fast update! |
Yes, please do. Pyright doesn't ship any pandas stubs, but we do, so there may be a difference there where it's reading the "real" code. |
Environment data
Expected behaviour
pd.DataFrame is in completion results
Actual behaviour
The text was updated successfully, but these errors were encountered: