Skip to content

CLN: assorted #43845

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 3 commits into from
Oct 3, 2021
Merged

CLN: assorted #43845

merged 3 commits into from
Oct 3, 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

@jreback jreback added the Clean label Oct 1, 2021
@jreback jreback added this to the 1.4 milestone Oct 1, 2021
@@ -3670,16 +3670,15 @@ def argsort(self, axis=0, kind="quicksort", order=None) -> Series:
mask = isna(values)

if mask.any():
result = Series(-1, index=self.index, name=self.name, dtype="int64")
result = np.empty(len(self), dtype=np.intp)
Copy link
Contributor

Choose a reason for hiding this comment

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

np.full?

Copy link
Member Author

Choose a reason for hiding this comment

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

sure, updated

@jreback jreback merged commit 47d20ee into pandas-dev:master Oct 3, 2021
@jbrockmendel jbrockmendel deleted the cln-7 branch October 3, 2021 14:55
gasparitiago pushed a commit to gasparitiago/pandas that referenced this pull request Oct 9, 2021
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.

2 participants