Skip to content
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

pandas: Missing function annotation for pandas.DataFrame.convert_dtypes #792

Closed
devon-ge opened this issue Dec 30, 2020 · 1 comment
Closed
Labels
fixed in next version (main) A fix has been implemented and will appear in an upcoming version typestub Issue relating to our bundled type stubs

Comments

@devon-ge
Copy link

Pylance does not include annotation for pandas.DataFrame.convert_dtypes. Instead, there is a convertDTypes function in frame.pyi.
I haven't tested whether convertDTypes is equivalent to convert_dtypes.

@judej judej added the typestub Issue relating to our bundled type stubs label Jan 4, 2021
@github-actions github-actions bot removed the triage label Jan 4, 2021
@jakebailey jakebailey added the fixed in next version (main) A fix has been implemented and will appear in an upcoming version label Mar 13, 2021
@jakebailey jakebailey changed the title Missing function annotation for pandas.DataFrame.convert_dtypes pandas: Missing function annotation for pandas.DataFrame.convert_dtypes Mar 17, 2021
@jakebailey
Copy link
Member

This issue has been fixed in version 2021.3.2, which we've just released. You can find the changelog here: https://github.com/microsoft/pylance-release/blob/main/CHANGELOG.md#202132-17-march-2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed in next version (main) A fix has been implemented and will appear in an upcoming version typestub Issue relating to our bundled type stubs
Projects
None yet
Development

No branches or pull requests

3 participants