I'm trying to plot a dendrogram using scipy's hierarchy clustering. When I try to add the dataframe columns as the labels for the create_dendrogram() function,  Is there any way for me to make it work? It works well with scipy's inbuilt dendrogram() function.