plt.figure(figsize=(10,10))
sns.heatmap(data.iloc[:, 1: 12].corr(),annot=True,fmt='.0%',cmap='twilight')