Skip to content

CLN: Simplify factorize #48580

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 10 commits into from
Oct 11, 2022
Merged

CLN: Simplify factorize #48580

merged 10 commits into from
Oct 11, 2022

Conversation

rhshadrach
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.

#48539 now allows the simplification from #48477 as it will no longer change behavior.

@rhshadrach rhshadrach added Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Clean labels Sep 16, 2022
@rhshadrach rhshadrach added this to the 1.6 milestone Sep 16, 2022
@rhshadrach rhshadrach marked this pull request as draft September 17, 2022 13:43
@rhshadrach rhshadrach marked this pull request as ready for review October 3, 2022 20:39
Copy link
Member

@mroeschke mroeschke left a comment

Choose a reason for hiding this comment

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

Looks pretty good. Could you merge in main once more to confirm the timeouts are not hiding anything?

@rhshadrach rhshadrach requested a review from mroeschke October 11, 2022 14:06
@mroeschke mroeschke merged commit bada58a into pandas-dev:main Oct 11, 2022
@mroeschke
Copy link
Member

Thanks @rhshadrach

@rhshadrach rhshadrach deleted the safe_sort_na_v2 branch October 11, 2022 18:14
@mroeschke mroeschke modified the milestones: 1.6, 2.0 Oct 13, 2022
noatamir pushed a commit to noatamir/pandas that referenced this pull request Nov 9, 2022
* CLN: Simplify factorize

* Update type-hint and docstring

* Update test

* cleanup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Clean
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants