pyeasyeda.close_up
Module Contents
Functions
|
Accepts a dataframe and the number of pairs of variables with strongest correlations, and |
- pyeasyeda.close_up.close_up(df, n=1)[source]
Accepts a dataframe and the number of pairs of variables with strongest correlations, and returns vertically combined scatterplots with a correlation trend for each pair.
- dfpd.core.frame.DataFrame
dataframe to create the visualization(s)
- nint
number of pairs of variables with strongest correlations to be displayed, defaults to 1
- chart: altair.vegalite.v4.api.Chart (if n = 1)
altair.vegalite.v4.api.VConcatChart (if n > 1) Vertically combined scatterplots with a correlation trend for each pair
>>> close_up(df, n = 4)