pandas get the column names when correlation efficient is 1 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)