📈 Análisis Bivariante
Variable numérica + variable numérica
Scatter plot | Line plot | Bubble plot | Heatmap | Density plot 2D | Correlogram |
---|---|---|---|---|---|
df.plot.scatter() plt.scatter() sns.scatterplot() |
plt.matshow(np) plt.imshow(np) sns.heatmap(df) |
df.plot.hexbin() | scatter_matrix(df) sns.pairplot() |