pandas dataframe from numy array code example Example: dataframe from arrays python Click to copyimport pandas as pd df=pd.DataFrame({'col1':vect1,'col2':vect2})