Type-Checking Issue with Pandas map Method Overloading #10783
JollyFrolics
started this conversation in
General
Replies: 1 comment 2 replies
-
|
Converting to a discussion since this is a question and not a bug report. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
The map method is overloaded into two variant.
The second one being a valid call for the below code. But I get the error
Which suggest it is not checking the other variant?
Code or Screenshots
Third Party Library
name = "pandas"
version = "2.2.3"
VS Code extension or command-line
pyright 1.1.403 command-line
Beta Was this translation helpful? Give feedback.
All reactions