Skip to content
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

BUG: Prevent uint64 overflow in Series.unique #14915

Closed

Commits on Dec 20, 2016

  1. BUG: Prevent uint64 overflow in Series.unique

    Introduces a UInt64HashTable class to hash
    uint64 elements and prevent overflow in
    functions like Series.unique.
    
    Closes pandas-devgh-14721.
    gfyoung committed Dec 20, 2016
    Copy the full SHA
    380c580 View commit details
    Browse the repository at this point in the history