Skip to content

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

Merged
merged 5 commits into from
Dec 10, 2022
Merged

CLN: assorted #49979

merged 5 commits into from
Dec 10, 2022

Conversation

jbrockmendel
Copy link
Member

  • closes #xxxx (Replace xxxx with the GitHub issue number)
  • Tests added and passed if fixing a bug or adding a new feature
  • All code checks passed.
  • Added type annotations to new arguments/methods/functions.
  • Added an entry in the latest doc/source/whatsnew/vX.X.X.rst file if fixing a bug or adding a new feature.

Copy link
Member

@WillAyd WillAyd left a 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
Copy link
Member

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

Copy link
Member Author

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

@mroeschke
Copy link
Member

LGTM merge when ready @WillAyd

@WillAyd WillAyd merged commit e38daf0 into pandas-dev:main Dec 10, 2022
@WillAyd
Copy link
Member

WillAyd commented Dec 10, 2022

Thanks @jbrockmendel

@jbrockmendel jbrockmendel deleted the fixmes62 branch December 10, 2022 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants