depictr.correlation_heatmap#
- depictr.correlation_heatmap(data, cols=None, title=None)#
Heatmap of pairwise Pearson correlations among numeric columns.
- Parameters:
data (pandas.DataFrame)
cols (list of str, optional) – Columns to include; defaults to all numeric columns.
title (str, optional)
- Return type:
plotnine.ggplot