Steven D'Aprano added the comment:
Sorry, this tracker is for the interpreter and standard library. For bugs in
third party code like numpy and pandas, you will have to report it on their own
bug trackers.
--
nosy: +steven.daprano
resolution: -> third party
stage: -> resolved
statu
New submission from Feng :
my first time to report a bug here.
But it is so annoying, I have to report it.
Here is the demonstration of the errors I encounter:
>>> import numpy as np
>>> import pandas as pd
>>> np.__version__
'1.14.3'
>>> pd.__version__
u'0.23.0'
>>> df=pd.DataFrame({'a':range