AttributeError: 'DataFrame' object has no attribute 'to_numpy'

后端 未结 0 2026
遇见更好的自我
遇见更好的自我 2020-11-29 07:32

I am using Jupyter notebook and have the following piece of code

def dataframe_to_arrays(dataframe):
# Make a copy of the original dataframe
dataframe1 = data         


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