Skip to content

BUG: wraparound of int64 #3983

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
jreback opened this issue Jun 21, 2013 · 2 comments
Closed

BUG: wraparound of int64 #3983

jreback opened this issue Jun 21, 2013 · 2 comments
Labels
Bug Dtype Conversions Unexpected or buggy dtype conversions

Comments

@jreback
Copy link
Contributor

jreback commented Jun 21, 2013

This is dealing with a wrap-around on int64
occurs only on some platforms (macosx) and only on certain installs

pandas has to be aware to deal in certain looping constructs (see #3922)

np.iinfo(np.int64).max
9223372036854775807
2**63
-9223372036854775808
@cpcloud
Copy link
Member

cpcloud commented Jun 21, 2013

possible that this line is the issue...maybe it was passed when installing

@jreback jreback modified the milestones: 0.15.0, 0.14.0 Feb 18, 2014
@jreback jreback modified the milestones: 0.16.0, Next Major Release Mar 1, 2015
@wesm wesm added the Won't Fix label Sep 29, 2016
@wesm
Copy link
Member

wesm commented Sep 29, 2016

Closing until we have a specific repro

@wesm wesm closed this as completed Sep 29, 2016
@jorisvandenbossche jorisvandenbossche modified the milestones: Next Major Release, No action Sep 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Dtype Conversions Unexpected or buggy dtype conversions
Projects
None yet
Development

No branches or pull requests

4 participants