-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
TYP: misc typing from pandas-stubs in io and plotting #51473
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
Conversation
cls, searchpath, html_table: str | None = None, html_style: str | None = None | ||
): | ||
cls, | ||
searchpath: Sequence[str], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also accepts strings based on the stubs
skipfooter: int = ..., | ||
nrows: int | None = ..., | ||
na_values=..., | ||
na_values: Sequence[str] | Mapping[str, Sequence[str]] | None = ..., |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems to also allow a str
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks okay, but there's a merge conflict
rebased + green |
green again |
Thanks @twoertwein |
No description provided.