import pandas as pd import seaborn as sns sns.heatmap(dataframe.corr(), annot=True) # annot is optional