-
-
Notifications
You must be signed in to change notification settings - Fork 134
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
itertuples doesn't respect name parameter #854
Comments
Thanks for the report. I think we need to add an |
mutricyl
pushed a commit
to mutricyl/pandas-stubs
that referenced
this issue
Apr 28, 2024
2 tasks
Dr-Irv
pushed a commit
that referenced
this issue
Apr 29, 2024
* add overload for itertuples with name None, resolves #854 * allow positional name --------- Co-authored-by: Laurent Mutricy <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Per the docs
name
is:But this repo only gives:
pandas-stubs/pandas-stubs/core/frame.pyi
Lines 249 to 251 in 56eafc1
Where:
pandas-stubs/pandas-stubs/core/frame.pyi
Lines 2276 to 2277 in 56eafc1
To Reproduce
Pyright:
Please complete the following information:
Additional context
Also notable that the actual returned type is either
map
orzip
forname
Pandas
orNone
respectively.The text was updated successfully, but these errors were encountered: