create dataframe panda matrix from numpy array of arrays code example
Example: dataframe from arrays python
import pandas as pd
df=pd.DataFrame({'col1':vect1,'col2':vect2})
import pandas as pd
df=pd.DataFrame({'col1':vect1,'col2':vect2})