python - Convert Dataframe columns to ndarray -


if have dataframe each column contains list

a    b []   [] []   [] .    . .    . .    . 

calling df.values turns dataframe ndarray, leaves sublists lists. there way make sublists ndarrays well?

thanks


Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -