Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

L9 MCMC notebook pandas.tools #1

Open
YoHoSo opened this issue Mar 18, 2023 · 0 comments
Open

L9 MCMC notebook pandas.tools #1

YoHoSo opened this issue Mar 18, 2023 · 0 comments

Comments

@YoHoSo
Copy link

YoHoSo commented Mar 18, 2023

I am a student from CS5340 this semester.

The pandas.tools module was removed in pandas version 0.23.0, so you cannot import autocorrelation_plot from pandas.tools.plotting. Instead, you can use the following import statement:

from pandas.plotting import autocorrelation_plot

The pandas version you use when you developed this repo is outdated, maybe this is better

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant