Convert Select Columns in Pandas Dataframe to Numpy Array

前端 未结 6 476
南方客
南方客 2020-12-13 02:05

I would like to convert everything but the first column of a pandas dataframe into a numpy array. For some reason using the columns= parameter of DataFram

6条回答
提交回复
热议问题