import pandas aspd
import numpy as np
mat = np.random.randn(3,4)
df = pd.DataFrame(mat)
df.columns =['a','b','c','d']print(df)