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
Post a Comment