-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
TYP: some types for pandas/io/formats/csvs.py #30000
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
TYP: some types for pandas/io/formats/csvs.py #30000
Conversation
pandas/io/formats/csvs.py
Outdated
@@ -187,7 +188,7 @@ def save(self): | |||
close = True | |||
|
|||
try: | |||
writer_kwargs = dict( | |||
kwargs: Dict[str, Any] = dict( |
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.
why the rename? ive recently been finding more-specific names for kwargs useful when tracking down less-specific usages
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.
no reason other than for consistency of variable names. will revert tomorrow.
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.
lgtm
LGTM; CI failures are unrelated |
rebased + green |
thanks @simonjayhawkins |
broken off #28339