-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: GH3461 Fix sorting in a frame with a list of columns which contains datetime64 #3464
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
Conversation
…ins datetime64[ns] dtypes
BUG: GH3461 Fix sorting in a frame with a list of columns which contains datetime64[ns]
Hello, I just built pandas from source, and received this error on running unit tests:
I was wondering if I might have an outdated dependency. As I intend to use DataFrames, I'm a little disturbed by this failed unit test. |
I get this error every time I run my own test suite. I've been ignoring it On Thu, Jun 20, 2013 at 10:31 AM, Doug von Kohorn
|
interestingly see #3902 seems I'll bet that thr value for NaT is corrupted |
I'd be happy to place around with this, but I can't find where in the numpy On Thu, Jun 20, 2013 at 11:00 AM, jreback [email protected] wrote:
|
let's make a new issue about this....
|
this is copied from #3902 and ONLY true on mac (AFAIK) the wraparound is troubling.....
|
closes #3461