Pandas中把dataframe转成array的方法

使用

df=df.values,

可以把Pandas中的dataframe转成numpy中的array

相关推荐