Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在运行 nosetests 时收到以下消息pandas:
pandas
C:\Python27\lib\site-packages\pandas\core\algorithms.py:125: RuntimeWarning: tp_compare didn't return -1 or -2 for exception sorter = uniques.argsort()
这是我需要解决的严重问题吗?
您能否在 GitHub (http://github.com/pydata/pandas/issues) 上报告此类问题。警告不是问题,我可能会禁用导致它的单元测试。