Skip to content

ENH: Add dropna parameter to Series.unique() (fixes #61209) #61237

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

sahermuhamed1
Copy link

@sahermuhamed1 sahermuhamed1 commented Apr 6, 2025

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

Changes:

  • Added dropna parameter to Series.unique() (default=True)
  • Ensured backward compatibility
  • Added comprehensive test coverage

Notes:

  • Changes split into logical commits:
    1. Core functionality (ENH)
    2. Test coverage (TST)

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant