Newbie Q here, but is there a mapping for changes/replacements of methods from one version of pandas to another?
Example: am working with pandas 1.0.3 in a local Jupyter notebook created from an online course Jupyter notebook from 2 or more years ago. Getting a 'DataFrame' object has no attribute 'as_matrix'
attribute error, so I believe the .as_matrix()
method is from pandas 0.2X. I'd like to be able to find a page that shows which methods are changed or deprecated from one version of pandas to another.