Closed Stuj79 closed 3 years ago
looks like pd.scatter_matrix()
got deprecated and moved to pd.plotting.scatter_matrix
in pandas 0.23.0
https://pandas.pydata.org/pandas-docs/version/0.23.0/whatsnew.html
requirements.txt
rightly specified 0.22.0 (https://github.com/pmorissette/ffn/blob/ef86a714afbb6dab8fcbb897de4a4553f76e8073/requirements.txt#L4)
fixed in #143
I have just tried to rerun some code I wrote previously that worked at the time (March 2018) and now I receive an error.
When trying to use the ".plot_scatter_matrix()" method I get the following error:
The code that causes the issue is as follows:
Relevant packages used in environment:
Is this something that is known about, or something that is being caused by an incorrect module version etc.?
This link (https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.plotting.scatter_matrix.html) seems to suggest it could be because the "scatter_matrix" method is under "pandas.plotting" rather than just "pandas". Could that be the cause?