altair_pandas
altair_pandas copied to clipboard
scatter_matrix
Obviously the wrong repo to post, but perhaps someone knows why Pandas sticks to matplotlib for scatter_matrix?
I was hoping to add it to altair_pandas as this is the main use case for my personal use
Actually found it: https://github.com/pandas-dev/pandas/issues/26747
Hope that will be resolved soon
Does it make sense to still implement this function as part of this package?
Eg
From altair_pandas import scatter_matrix
scatter_matrix(df)
Sure, we could implement those plots here.