[issue33728] pandas.to_records can not be saved by numpy.savez

2018-05-31 Thread Steven D'Aprano
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

[issue33728] pandas.to_records can not be saved by numpy.savez

2018-05-31 Thread Feng
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