how to make a correlation matrix using matplotlib in pandas code example
Example: how to correlation with axis in pandas
import pandas as pd
df.corrwith(dfa.iloc[0], axis=1)
import pandas as pd
df.corrwith(dfa.iloc[0], axis=1)