Skip to content

REF: Groupby._get_cythonized_result operate blockwise in axis==1 case #43435

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
Sep 13, 2021

Conversation

jbrockmendel
Copy link
Member

  • closes #xxxx
  • tests added / passed
  • Ensure all linting tests pass, see here for how to run them
  • whatsnew entry

error_msg = str(err)
raise TypeError(error_msg)
# We should never get here
raise TypeError("All columns were dropped in grouped_reduce")
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

luckily we'll be able to get rid of L3028-L3047 once the deprecation is enforced

@jreback
Copy link
Contributor

jreback commented Sep 12, 2021

needs a rebase, b ut i think you have changed a bunch of this code

@jbrockmendel
Copy link
Member Author

rebased + green

@jreback jreback added the Performance Memory or execution speed performance label Sep 13, 2021
@jreback jreback added this to the 1.4 milestone Sep 13, 2021
@jreback jreback added the Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate label Sep 13, 2021
@jreback
Copy link
Contributor

jreback commented Sep 13, 2021

is this a bug fix? or just perf on a case?

@jbrockmendel
Copy link
Member Author

is this a bug fix? or just perf on a case?

Neither, just going from 2 paths to 1 path.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Performance Memory or execution speed performance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants