Contents:
Bases: object
object
Generates correlation heatmaps.
Methods
generate_correlation_heatmap
Generates a correlation heatmap for the specified columns.
Figure
df (pd.DataFrame): The DataFrame containing the data. columns (List[str]): The columns to include in the heatmap.
plt.Figure: The generated heatmap.