Is it a bug, type overload with map/apply #8985
Unanswered
PhanAlexandre
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You haven't specified which version of pandas you're using or whether you have the pandas-stubs stubs package installed in your environment. Those affect type checking. This is unlikely to be a bug in pyright. If you have specific questions about pandas stubs, I recommend posting questions in that project. Its maintainers are knowledgeable about pandas and very responsive to typing-related questions. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
I just enable TypeCheckingMode : "Basic" for pyright, and it's show me correct line of code as errors.
Is it a bug or not?
From my understanding those type or class should be include by default in the Any type.
Here is some code with the errors
Beta Was this translation helpful? Give feedback.
All reactions