Skip to content

ENH: add is_unique attr to Series #11948

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

Closed
wants to merge 1 commit into from
Closed

ENH: add is_unique attr to Series #11948

wants to merge 1 commit into from

Conversation

s-celles
Copy link
Contributor

@s-celles s-celles commented Jan 3, 2016

Try to fix #11946

@jreback
Copy link
Contributor

jreback commented Jan 3, 2016

add into api.rst as well

@jreback jreback added Enhancement Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff labels Jan 3, 2016
@jreback jreback added this to the 0.18.0 milestone Jan 3, 2016
@@ -108,6 +108,7 @@ Other enhancements
- A simple version of ``Panel.round()`` is now implemented (:issue:`11763`)
- For Python 3.x, ``round(DataFrame)``, ``round(Series)``, ``round(Panel)`` will work (:issue:`11763`)
- ``Dataframe`` has gained a ``_repr_latex_`` method in order to allow for automatic conversion to latex in a ipython/jupyter notebook using nbconvert. Options ``display.latex.escape`` and ``display.latex.longtable`` have been added to the configuration and are used automatically by the ``to_latex`` method.(:issue:`11778`)
- ``Series`` have a ``is_unique`` attribute (:issue:`11946`)
Copy link
Contributor

Choose a reason for hiding this comment

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

add an is_unique attribute

@jreback
Copy link
Contributor

jreback commented Jan 6, 2016

merged via 816a51f

thanks!

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 Enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Series doesn't have an is_unique attribute
2 participants