-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CLN: assorted #49979
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
CLN: assorted #49979
Conversation
e6a927a
to
af7605d
Compare
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.
probably would have been better to break out some of the actual code / test changes but generally think this is OK
@@ -312,7 +315,7 @@ def to_series(right): | |||
|
|||
|
|||
def should_reindex_frame_op( | |||
left: DataFrame, right, op, axis, default_axis, fill_value, level | |||
left: DataFrame, right, op, axis: int, fill_value, level |
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.
Not a big deal but I guess we have AxisInt in pandas._typing for this already
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.
will update in next pass, dont want to futher clog the CI
LGTM merge when ready @WillAyd |
Thanks @jbrockmendel |
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.