can't convert a pandas.Series to a numpy.array with dtype=np.float64

后端 未结 0 1263
耶瑟儿~
耶瑟儿~ 2020-11-28 04:37

I have to convert a pandas Series to NumPy array of dtype=float64, this is the code that raises the error:

series = pd.Series( [np.random.randn(5), np.random.         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题