You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
frompandas.plottingimportautocorrelation_plot
The pandas version you use when you developed this repo is outdated, maybe this is better
The text was updated successfully, but these errors were encountered:
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:
The pandas version you use when you developed this repo is outdated, maybe this is better
The text was updated successfully, but these errors were encountered: